Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for login_connect_network_drives.kix

(view source code of login_connect_network_drives.kix as plain text)

  1. USE G: "\\CompanyServer\Dept"
  2. If @ERROR <> 0
  3. 	"Error @ERROR mapping drive G:@CRLF"
  4. EndIf
  5.  
  6. USE H: "\\CompanyServer\@HOMESHR"
  7. If @ERROR <> 0
  8. 	"Error @ERROR mapping drive H:@CRLF"
  9. EndIf

page last modified: 2024-04-16; loaded in 0.0163 seconds