I have a filewatcher VBscript that I want to set up as a service. I have found where you can use SERVANY.EXE to do this.
Current process: The filewatcher script reads a .ini file to determine which folders/files to process. There is also a flag in the .ini file that tells the filewatcher to...
I have a VBScript that invokes a Perl command line to process a file.
set objCmd = WShell.Exec(OutCmd2Exec)
Do Until objCmd.Status
Wscript.Sleep 1000
Loop
Where OutCmd2Exec is :
perl c:\gsc_scripts\lawson.pl
"E:\FTPfiles\lawrpt\failed\20100218081721.352414"
For most of the files the perl...
I don't see many examples of invoking Distiller via VBS however, I did find enough examples on the web to get one working.
The problem I am having is trying to figure out how to capture the events indicated in the Acrobat® Distiller® API Reference
OnJobStart
OnJobDone
OnJobFail
OnLogMessage...
Please excuse any text wrapping.
I have a dataset that is in the following format:
'UN.GS4P.GSRT087.GSRT087C.TXT-CST02824-' and yes the quotes are part of the filename and I cannot rename the file.
I want to perform a copy of this dataset using File::Copy to another directory with the name of...
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.