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.
minimize batch while runing
Name: brockey01 Date: August 3, 2009 at 21:41:31 Pacific OS: Windows Vista CPU/Ram: 1024 Product: Hewlett-packard / Sd2100 Subcategory: Batch
Comment:
is there a command that allows me minimize the batch window i have a popup with a yes or no vbs for a prompt in my batch but i dont want the empty cmd windows to be max but minimize.
and if they choice yes the have it return to max. and no just close the batch file.
Summary: Hi M2 and mitchell311, To explain why the *correct* ultimate version is what I posted run the following sample batch @Echo Off Echo FileName is %* For %%A in (%*) Do (Echo n=%%~nA x=%%~xA) assumed the...
Summary: Hi All I'm a application support guy , I'm just getting into my job now and I really want to create a batch file that will save time. We spend alot of time remoting onto machines in our network (quit...
Summary: Thanks very much Klint. That helps a lot. I'm an old DOS guy with very minimal batch knowledge. I'm amazed at how sophisticated it has become. ...