Re: how to let batch file to run two pgm wihtout waiting for first
- From: Big_Al <BigAl@xxxxxx>
- Date: Thu, 27 Nov 2008 10:06:06 -0500
msnews.microsoft.com wrote:
for example, if I want a batch file to open two instances of notepad on c:\a.txt and c:\b.txt so that I can switch between the two, what option or command can I execute to let this happen only for this batch file's execution?
setlocal
notepad c:\a.txt
notepad c:\b.txt
end local
the above will open b.txt only when I close a.txt in this client domain
what commnd or option can I use after setlocal to have both instances running?
try "call notepad ....." instead.
.
- Follow-Ups:
- Re: how to let batch file to run two pgm wihtout waiting for first
- From: msnews.microsoft.com
- Re: how to let batch file to run two pgm wihtout waiting for first
- References:
- how to let batch file to run two pgm wihtout waiting for first
- From: msnews.microsoft.com
- how to let batch file to run two pgm wihtout waiting for first
- Prev by Date: Re: Problem reinstalling windows
- Next by Date: Can't get passed the windows xp pro login...HELP!
- Previous by thread: how to let batch file to run two pgm wihtout waiting for first
- Next by thread: Re: how to let batch file to run two pgm wihtout waiting for first
- Index(es):
Relevant Pages
|