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: *

  1. Netguy2

    Permission denied when running a shell script from within vbscript

    Funny I am having similar problems with running the following code. However the only difference is I’m trying to use cmd.exe to execute a txt file in order to ftp some files. Here is my code: Set objShell = Server.CreateObject("WScript.Shell") objShell.Run("ftp.exe...
  2. Netguy2

    How can I read a txt file and..

    then execute it by using: Server.CreateObject("WScript.Shell") Here is my example: strSourcePath = "\\webserver\wwwroot$\images\PDF" Set fso = CreateObject("Scripting.FileSystemObject") Set objTxtFile = fso.CreateTextFile (Server.MapPath("\gripanet\uploadtxtfile\ftpsend.txt")) ' Write the...

Part and Inventory Search

Back
Top