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 login scripts
Name: patrick Date: April 5, 2001 at 06:21:02 Pacific
Comment:
Does any one know what symbol to use to replace a space in a login script. It's for mapping a mac volume so I don't want the inevitable hassle that will ensue by renaming it without spaces.
Name: Muhammad Gohar Date: April 9, 2001 at 06:23:58 Pacific
Reply:
How to create login Scripts to Map Network Drives & Printers.
0
Response Number 2
Name: Patrick Date: April 10, 2001 at 06:12:54 Pacific
Reply:
create a batch file: Open a command prompt and type edit .bat. Type net use x: \\\ where x: is the drive letter you want to assign. For printers type net use LPTx: \\\ where x is the LPT port you want to assign it to. Save the batch file and place it in the folder winnt\system32\repl\import\scripts. In the user properties in user manager click the profile button and enter the logon script name in the line of the same name.
If anyone has any information on my initial query I'd be more than grateful.
0
Response Number 3
Name: Bob Date: April 14, 2001 at 19:12:38 Pacific
Reply:
Just use quotes man. Ie:
net use "\\mac\share folder" or net use \\mac\"share folder"
0
Response Number 4
Name: Patrick Date: May 28, 2001 at 10:00:46 Pacific
Summary: We've got one PDC & 4 BDC's all have the neccessary batch files or login scripts. I've been running these scripts successfully for about 2 years. Normally we run LOGGER.BAT. When I have a workstation ...
Summary: Hi Is it possible to have a batch file/login script to change the proxy settings in internet explorer upon login. Registry etc.. Thanks for any sugggestions. Ken ...
Summary: I configured my domain server (w2k) to execute login script on clients (nt4). My problem is that batch file works but .vbs or .wsh does not work. Also a batch file calling a .vbs works. Any ideas ? ...