Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Need to Hide DOS Box
Name: Tech-dog Date: June 4, 2003 at 07:42:49 Pacific OS: NT4.0, XP Pro CPU/Ram: Varied
Comment:
I am running a ZEN 3 Custom Action that calls a command to map a drive on an NT Server. The DOS Command box shows up on the screen. Is there any way to set this up to run without the DOS BOX showing up on the screen? I am afraid someone will click to shut the DOS Box before it completes. I have echo off so they don't see what is going on in the command. Thanks for you help.
Name: Tech-dog Date: June 5, 2003 at 08:33:19 Pacific
Reply:
These suggestions are for login scripts. This is not a login script, it is a DOS Command box. Any other suggestions? Thanks!
0
Response Number 3
Name: Andy Supernova Date: June 5, 2003 at 12:49:37 Pacific
Reply:
Can the ZEN program be configured to run something else instead of that DOS box?. If you can, then make a shortcut to a batch file containing the "net map X: ..." instructions and modify the shortcut properties to run minimized. In fact, you can also change the title bar so it says something like "hey you!, don´t close this or I´ll erase your hard drive!" :)
Summary: Hi! how do i hide the title text from the dos command window? i'm launching an application from a java application by calling Runtime.getRuntime().exec().. what i'm calling is sensitive information so...
Summary: is it possible to print from dos-box to a networkprinter which is directly connected to the network with it's own IP address ? net use lpt1 192.168.170.2 doesn't work...
Summary: Hi! I must use an old MS DOS programm which accesses the printer port directly to communicate with a connected device (EPROM burner). Windows NT does not allow this direct IO register programming in ...