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

    FTP VBScript w Progress Bar

    working on a similar process. i am building an .hta that builds the ftp script. my problem is if the user enters bad user/password, the upload fails, but ftp returns 0 as if it worked. i am looking into - ws.Exec(~~~) - it is supposed to let me see StdOut. ftp does not communicate back, but...
  2. bryanren

    Output redirection with Wscript.shell

    i am going down similar path. i don't have final answer for you yet, but something to look at. instead of shl.run(~~~) look at shl.exec(~~~) per msdn, ... along with access to the StdIn, StdOut, and StdErr channels. i'm digging into this to use an hta file to script an ftp upload. hth

Part and Inventory Search

Back
Top