I am trying to execute the following command from c prompt to get an output of the script test that should echo information to a logfile.
CScript.exe //NoLogo C:\Reike\Reike.vbs > C:\Reike\logfile.txt
the script executes but no output. What needs to be installed to run cscript commands from...
I am using Visual Studio to debug vbscripts. However, when the script runs in Visual studio editor, it does not necessarily run when the script is executed.
I would like to know how the vbscript is best debugged. Is there a debugger out there that will allow a step through process or do you...
I have a script that is running and working fine. but it is using
strStoragePath2 = "C:\Reike\Email\"
StrFilePath = "C:\AC\Work\*.pdf"
objFSO.MoveFile StrFilePath, strStoragePath2
The problem is that if the folder has 10 files the first 9 are being moved and the last file is not. Has...
I have this script that will move all *.pdf files from a folder to a specific location. The script is as follows: It executes on Load and I can get it to work via Visual studio editor (stepping through) but when the vbscript runs, it does not work.. If anyone can understand why, please...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.