Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: HoustonGSC
  • Content: Threads
  • Order by date
  1. HoustonGSC

    How does a service communicate with a script?

    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...
  2. HoustonGSC

    Invoking perl from shell.exec hangs and never ends

    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...
  3. HoustonGSC

    Distilling a postscript file to PDF via VBScript

    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...
  4. HoustonGSC

    Executing file copy with quotes in file name not working

    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...

Part and Inventory Search

Back
Top