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.
Using COMMAND to send path command
Name: John Haber Date: January 20, 1999 at 07:06:41 Pacific
Comment:
I'm in Win95. My office network uses a buggy logon script I can't get them to change. It replaces the default command path (c:\;c:\windows) with network drives, instead of adding to that path. I want to run routinely a path command of my own
set path=%path%;c:\;c:\\windows
to get it back without killing the network connection. But I don't want to trouble with opening a DOS window every day. Can I use the COMMAND command to run a path command in one fell swoop from the Windows Run line without opening and closing a DOS window? Maybe I could then put it in the Startup folder to automate this. Thanks! --John
Summary: I need to figure out what command I can use after the net use command at a DOS prompt? I use the net use to connect to \\imco_data1\imcobrkg w/o a drive letter assigned. After that how to do I specif...
Summary: We have a shared printer on a NT Network. On a station, i have created (with a "net use" command) this line: NET USE LPT1 \\serveur\central BUT NOW, Please is it possible to delete this and how we do ...