Hi,
I working in a Window Server 2003 environment and all workstations are Win XP. I am attempting to install Winzip 9.0 using a logon script. The script listed below works well, with the one exception. It does not disconnect the mapped drive created during the logon and install. Please find listed below the script used. Thanks
NET USE F: /DELETE /PERSISTENT:YES
NET USE F: \\PASSRV01\WinZip
xcopy F:\winzip\*.* c:\winzip\*.*
C:\winzip\winzip32.exe /noqp /notip /autoinstall
NET USE F: /DELETE /PERSISTENT:YES
I working in a Window Server 2003 environment and all workstations are Win XP. I am attempting to install Winzip 9.0 using a logon script. The script listed below works well, with the one exception. It does not disconnect the mapped drive created during the logon and install. Please find listed below the script used. Thanks
NET USE F: /DELETE /PERSISTENT:YES
NET USE F: \\PASSRV01\WinZip
xcopy F:\winzip\*.* c:\winzip\*.*
C:\winzip\winzip32.exe /noqp /notip /autoinstall
NET USE F: /DELETE /PERSISTENT:YES