Using Mail stationary
I am automating mail sending in lotus notes using vbscript. But I am not able to use a saved mail stationary as the mail form. I want the script that will use a specefic stationary as the mail template and save that mail in the draft folder.
Answer Question
| December 31, 2008 6:53 AM
automate mails, Lotus Notes, VBScript
I am automating mail sending in lotus notes using vbscript. But I am not able to use a saved mail stationary as the mail form. I want the script that will use a specefic stationary as the mail template and save that mail in the draft folder.
Image upload on multiple servers using classical ASP or VBscript
We have two servers for load balencing, But when we have logged in from one server and upload an image to the server by using simple image upload functionality all work fine but when we try to view image through another server then it doesn’t show. Because we store a path of image to DB [...]
Answer Question
| December 30, 2008 8:32 AM
VBScript
We have two servers for load balencing, But when we have logged in from one server and upload an image to the server by using simple image upload functionality all work fine but when we try to view image through another server then it doesn’t show. Because we store a path of image to DB [...]
Can I create a child process using WMI VB scripting?
Using WMI VB scripting, I would like to create/attach multiple child processes to a parent process, such as the explorer process. Any ideas how this can be done? Below is my code that fails. Thanks! Chris Option Explicit dim wmi, rootProcessName, rootProcess, objStartup, objConfig, objProcess, strComputer, dropbox, itunes, skype strComputer = “.” dropbox=”C:Program FilesDropboxDropbox.exe” itunes=”C:Program [...]
Answer Question
| December 11, 2008 3:33 PM
VBScript, Visual Basic, WMI
Using WMI VB scripting, I would like to create/attach multiple child processes to a parent process, such as the explorer process. Any ideas how this can be done? Below is my code that fails. Thanks! Chris Option Explicit dim wmi, rootProcessName, rootProcess, objStartup, objConfig, objProcess, strComputer, dropbox, itunes, skype strComputer = “.” dropbox=”C:Program FilesDropboxDropbox.exe” itunes=”C:Program [...]
Registry Changes for Specific User
I want to make changes to users registry setting in a non domain environment. Can any one help me in reading the registry value of specific use in the system or remote sytsem on network without domain/AD and write the necessary changes in registry of local or remote machine. The whole process need to be [...]
Answer Question
| December 1, 2008 8:55 AM
Active Directory, VBScript, VBScript User Registry Changes
I want to make changes to users registry setting in a non domain environment. Can any one help me in reading the registry value of specific use in the system or remote sytsem on network without domain/AD and write the necessary changes in registry of local or remote machine. The whole process need to be [...]
Multiple image swap onclick – the main image and thumbnail to show ‘selected’
Hi all, Just joined in hope for some input on this, there’s probably a simple answer but my brain has shut down. I know nothing of JavaScript, only VBScript.. so any JavaScript I use is taken from the net. I’m working on a page which loads a project and its images from a database, for [...]
Answer Question
| October 31, 2010 8:44 PM
ASP, JavaScript, VBScript
Hi all, Just joined in hope for some input on this, there’s probably a simple answer but my brain has shut down. I know nothing of JavaScript, only VBScript.. so any JavaScript I use is taken from the net. I’m working on a page which loads a project and its images from a database, for [...]
find which excel spreadsheets contain macros
in a folder or drive how can I find which excel spreadsheets contain macros without opening every one individually?
Answer Question
| November 17, 2008 5:21 PM
Excel macros, Macros, Microsoft Excel, VBScript
in a folder or drive how can I find which excel spreadsheets contain macros without opening every one individually?
Changing Binary Registry Setting Remotely though VBS Scripting
I am Looking to change a specific registry key using a script I have written. Cannot get the script to run correctly, have been racking my brain on the Answer. Need help. Const HKEY_CLASSES_ROOT = &H80000000 strComputer = “” Set objReg = GetObject(“winmgmts:{impersonationLevel=impersonate}!” & _ strComputer & “rootdefault:StdRegProv”) StrKeyPath = “AcroExh.Document.7″ StrEntryName = “EditFlags” RegSetValueEx [...]
Answer Question
| November 10, 2008 7:59 PM
VBScript
I am Looking to change a specific registry key using a script I have written. Cannot get the script to run correctly, have been racking my brain on the Answer. Need help. Const HKEY_CLASSES_ROOT = &H80000000 strComputer = “” Set objReg = GetObject(“winmgmts:{impersonationLevel=impersonate}!” & _ strComputer & “rootdefault:StdRegProv”) StrKeyPath = “AcroExh.Document.7″ StrEntryName = “EditFlags” RegSetValueEx [...]
VBScript
How can I use VBScript to copy the contents of a folder (including subfolders), but I only want it to copy new files/folders or ones that have been modified since the last copy.
Answer Question
| November 10, 2008 3:52 AM
VBScript, Windows scripting
How can I use VBScript to copy the contents of a folder (including subfolders), but I only want it to copy new files/folders or ones that have been modified since the last copy.
Ownership of VB SCript program
If i am hired to write an application in visual bascic script is it the industry standard that i own the program.
Answer Question
| October 31, 2008 4:11 PM
Programming, VBScript
If i am hired to write an application in visual bascic script is it the industry standard that i own the program.
How to reboot a remote server using VB?
how to reboot a remote server using vb
Answer Question
| October 30, 2008 11:40 AM
Scripting, VBScript, Windows Management Instrumentation, Windows scripting, WMI
how to reboot a remote server using vb
VBScript
I am having a problem moving large amounts data to a sharepoint server due to file path length. Below is the script I have but it not going to work because it looks for two seperate values only. I need one that will check the entire path and filename and if it exceeds the value [...]
Answer Question
| October 10, 2008 9:08 PM
SharePoint, VBScript
I am having a problem moving large amounts data to a sharepoint server due to file path length. Below is the script I have but it not going to work because it looks for two seperate values only. I need one that will check the entire path and filename and if it exceeds the value [...]
VBScript for FTP log on and rename file?
Hi All I wonder if any one can help me on this please… I would like to create a VBScript (or something similar) which when run, 1. It logs on to the ftp server, with a specified username/password. 2. In the current directory, it searches the file “abc.txt”, if exists, it checks the timestamp of [...]
Answer Question
| October 8, 2008 6:58 PM
FTP, VBScript
Hi All I wonder if any one can help me on this please… I would like to create a VBScript (or something similar) which when run, 1. It logs on to the ftp server, with a specified username/password. 2. In the current directory, it searches the file “abc.txt”, if exists, it checks the timestamp of [...]
VB Script to nest MSI file inside InstallShield
I’m looking for help with a VB script to have a MSI file to .exe run inside Installshield.
Answer Question
| October 6, 2008 7:06 PM
.MSI files, InstallShield, VBScript
I’m looking for help with a VB script to have a MSI file to .exe run inside Installshield.
Setting Local User Environment settings with VBScript on a standalone 2k3 server
Is it possible to set TerminalServicesInitialProgram, TerminalServicesWorkDirectory and EnableRemoteControl via VBScript on a standalone server? I am getting “The specified directory object is not bound to a remote resource” error, code 80005009, Source: Active Directory.
Answer Question
| September 26, 2008 5:37 PM
Active Directory, Terminal Services, User Permissions, VBScript, Windows Server 2003
Is it possible to set TerminalServicesInitialProgram, TerminalServicesWorkDirectory and EnableRemoteControl via VBScript on a standalone server? I am getting “The specified directory object is not bound to a remote resource” error, code 80005009, Source: Active Directory.
How do I dismount an exchange 2003 DB, run eseutil /d and then mount using a VB script?
All, I have been working on a simple VB script to dismount a specific store, run a offline defrag, then mount the store again. Since this exchange 2K3 server has mulitple stores, I would rather not stop the IS service. I would use a scheduled task to call a batch file which runs the VBscript. [...]
Answer Question
| September 4, 2008 12:52 PM
Eseutil utility, Exchange 2003, Exchange databases, VBScript
All, I have been working on a simple VB script to dismount a specific store, run a offline defrag, then mount the store again. Since this exchange 2K3 server has mulitple stores, I would rather not stop the IS service. I would use a scheduled task to call a batch file which runs the VBscript. [...]
VB Script question
why doesn’t the statement if (thres_PrivateBytes > cur_PrivateBytes) work properly? it was working when I had the WMI data type as Real32 and now it’s UINT32 because I didn’t have a conversion from scientific notation to decimal. Anyway, do I need to declare the vars as integers? my theory is that either one of the [...]
Answer Question
| August 12, 2008 9:34 PM
VBScript, VBScript Functions
why doesn’t the statement if (thres_PrivateBytes > cur_PrivateBytes) work properly? it was working when I had the WMI data type as Real32 and now it’s UINT32 because I didn’t have a conversion from scientific notation to decimal. Anyway, do I need to declare the vars as integers? my theory is that either one of the [...]
write multiple images from SQL database using response.binarywrite
It seems I am able to write a single image with the following code: ID1 = replace(request("ID1"), "'", "''") Dim connStr connStr = Application("DSNFPT") Dim rs Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "select [Image],[ContentType] from FPT_Images where ID = " & int(ID1) & " order by id desc", connStr, 2, 4 If Not rs.EOF Then Response.ContentType [...]
Answer Question
| August 11, 2008 10:48 PM
Response.BinaryWrite, SQL, SQL Database, VBScript
It seems I am able to write a single image with the following code: ID1 = replace(request("ID1"), "'", "''") Dim connStr connStr = Application("DSNFPT") Dim rs Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "select [Image],[ContentType] from FPT_Images where ID = " & int(ID1) & " order by id desc", connStr, 2, 4 If Not rs.EOF Then Response.ContentType [...]
Log login errors in Vbscript
I am writing a vb login script and will like to log user output errors of the script into a text file. It maybe an easy one but if anyone can help that will be great.
Answer Question
| August 4, 2008 12:30 PM
Error log, Login scripts, VBScript
I am writing a vb login script and will like to log user output errors of the script into a text file. It maybe an easy one but if anyone can help that will be great.
Built in users
I need to write a script to find if there are any built in users or local accounts on a Windows XP machine. Is there any information in the registry regarding local or built in user accounts? Thanks, Jyothsna
Answer Question
| August 5, 2008 8:19 AM
Registry, Registry Script, Scripting, User accounts, VBScript, Windows scripting
I need to write a script to find if there are any built in users or local accounts on a Windows XP machine. Is there any information in the registry regarding local or built in user accounts? Thanks, Jyothsna
How to submit a JCL through VB Script?
i have a jcl to submit into mainframe without logging into mainframe. I have write a script but unable to submit the jcl into mainframe from that script. Can anyone please help me out? I really appricate your write.
Answer Question
| July 23, 2008 5:31 PM
FTP, JCL, VBScript
i have a jcl to submit into mainframe without logging into mainframe. I have write a script but unable to submit the jcl into mainframe from that script. Can anyone please help me out? I really appricate your write.





