Using Batch files to start windows apps from command line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Under Windows 2000 I would run the following batch file

@ECHO OF
"c:\Program Files\Hummingbird\Connectivity\8.00\Accessories\htelnet.exe" @"c:\BAT\default.hts" %

to command-line start applications. Under Windows XP, the batch file works, but waits for the program to end before returning to a command prompt. Anyway to terminate the batch file without, killing the application it started

Thanks
Wynn
 
Back
Top