Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch start n.exe how close during?
Name: ByteMe Date: December 31, 2008 at 23:41:16 Pacific OS: Windows XP Pro SP3 CPU/Ram: Core2duo 3GHz, 4 gig Product: Myspec / NEVER OC'ED Subcategory: Batch
Name: Impulse Date: January 4, 2009 at 13:32:44 Pacific
Reply:
As far as I know, when the batch window is out of focus, the window freezes until the window is in focus. So you could start play.exe and then exit after you execute play.exe and it's in focus. -- Impulse
Summary: In the batch that accepts your parameter code %* to get the full command tail, i.e. First batch call second.bat mod=something Second batch start filename.exe %* obviously in that way you can pass just...
Summary: Hi everyone, I am new to computing.net, but I must say that some of you already solved some of my problems with their answers to old threads. I need a batch that will run and close certain application...
Summary: Hey Guys: I want to pause a batch until an exe called by batch is closed. tried a bunch of commands start/wait pause ping cannot get it working any thoughts please. ...