Batch Files

B

Bill

Hi, folks, Here's a simple one, I hope.

I need to copy a text file from a server to my local PC
and open it with Notepad, all from a desktop icon.

I wrote a batch file that copies the file, then opens
Notepad, but the command window remains open and all
successive command processing stops until I close Notepad.

What I need is for the batch file to run asynchronously,
meaning that as soon as it opens Notepad, the batch file
has to continue, and either execute successive commands or
end and close the command window.

This worked fine in Windows 98. I've upgraded to Windows
XP, and get behaviour described above.

Any ideas?
 

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