User Tools

Site Tools


faq:fixing_drive_disconnects_with_a_login_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq:fixing_drive_disconnects_with_a_login_script [2008/12/03 14:55 (16 years ago)] bobfaq:fixing_drive_disconnects_with_a_login_script [2009/02/11 09:02 (15 years ago)] (current) bob
Line 6: Line 6:
 A disconnected drive to a server PC that contains System Five data will prompt the user to "Link a new workstation" when attempting to login to System Five from a client. If you ever experience drive disconnects when booting up a workstation PC, the following login script will help fix the problem: A disconnected drive to a server PC that contains System Five data will prompt the user to "Link a new workstation" when attempting to login to System Five from a client. If you ever experience drive disconnects when booting up a workstation PC, the following login script will help fix the problem:
  
 +<code>
 @ECHO OFF @ECHO OFF
- 
 CLS CLS
- 
 ECHO Logging onto network please wait ECHO Logging onto network please wait
- 
 ECHO ECHO
 :NOTREADY :NOTREADY
Line 27: Line 24:
 NET USE W: \\SERVER2003\WINDWARD /user:windward windward /PERSISTENT:NO NET USE W: \\SERVER2003\WINDWARD /user:windward windward /PERSISTENT:NO
 :END :END
 +</code>
  
 The above script first verifies that the workstation service is started and that the server can be pinged from the workstation prior to attempting to map the drive. The server in this case is named **SERVER2003** and the share is named **WINDWARD**. Also, a user named **windward** with the password **windward** has been created on the server and drive W: is being mapped as that user. Save the above text in a file called login.bat and place it in the c:\windows folder on each PC. Then add it to the startup folder on the workstation so that it is executed when the PC boots up. **(See Figure 1)** The above script first verifies that the workstation service is started and that the server can be pinged from the workstation prior to attempting to map the drive. The server in this case is named **SERVER2003** and the share is named **WINDWARD**. Also, a user named **windward** with the password **windward** has been created on the server and drive W: is being mapped as that user. Save the above text in a file called login.bat and place it in the c:\windows folder on each PC. Then add it to the startup folder on the workstation so that it is executed when the PC boots up. **(See Figure 1)**
Line 38: Line 35:
  
 {{faq:script.jpg|}} {{faq:script.jpg|}}
 +
 +**Figure 4: Complete Script**
 +
 +{{faq:1-network-script.jpg|}}
  
  
  
  
faq/fixing_drive_disconnects_with_a_login_script.1228344914.txt.gz · Last modified: 2008/12/03 14:55 (16 years ago) by bob