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.
Hide CMD
Name: Breezee25 Date: February 12, 2003 at 03:47:32 Pacific OS: Windows 2000 SP2 CPU/Ram: pentium 3/512M
Comment:
I run a batch file which run another program, but i want the dos window that being opended when running the batvh to be invisible. Is there any way to do it, from the batch, or there are any other options?
Name: Andy Supernova Date: February 12, 2003 at 05:33:13 Pacific
Reply:
I only found that I can run it minimized if instead of running directly the .bat file I run the .lnk file (shortcut file) that points to that batch file. The shortcut can be then configured to run minimized.
Hope this helps!
Andrés
0
Response Number 2
Name: Tom Date: February 12, 2003 at 05:52:16 Pacific
Reply:
If you are running the second batch file from the first you may be able to use the NUL setting.
In Batch1.bat use the following to run batch2: --
[file location]\batch2.bat >NUL
-- Using > is the send to command, NUL is basically to not display anything.
Give it a go.
Tom
0
Response Number 3
Name: Andy Supernova Date: February 12, 2003 at 10:44:17 Pacific
Reply:
I thought about that, Tom, but I suppossed Breeze just wanted the window to be invisible, not its contents :)
Summary: Hi all... I need to make a variable under Win2K CMD(which i can later use in GWBASIC!!) that will give me the day of week from the system date. I.E. the variable must contain (Mon, Tue, etc) Can anyon...
Summary: I had to recently reinstall my default/primary OS and since then I can't hide the Bootmagic partition. I was wondering if you are supposed to be able to hide the partition with BM on so it is not vis...
Summary: Hi, I have a server running on Windows 2000 Server that I have written. It waits for the command from the clients and processes them. But sometimes I have noticed that it simply freezes and the cl...