Using Batch files to start windows apps from command line

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top