Testing The Netware Logon Script - Symantec 14541094 - pcAnywhere Host & Remote Administrator's Manual

Administration guide
Hide thumbs Also See for 14541094 - pcAnywhere Host & Remote:
Table of Contents

Advertisement

62
Deploying Symantec pcAnywhere custom installations
Using NetWare logon scripts

Testing the NetWare logon script

REM ***** Creates a folder in the Temp dir, and copies the package
*****
C:
CD %TEMP%
MD pcapkg
CD pcapkg
Z:
COPY %Package% c:
REM ***** Launches package installation *****
C:
IF %PkgType% == MSI msiexec -i %Package%
IF %PkgType% == EXE %Package%
REM ***** Cleanup *****
del %Package%
CD ..
rd pcapkg
:End
endlocal
Test the completed script on one or two workstations before setting up the script
for all users. Windows NT/2000/2003 Server/XP users must have local
administrative rights on their computers to install the pcAnywhere package.

Advertisement

Table of Contents
loading

This manual is also suitable for:

PcanywherePcanywhere - v 12.0 automation guide

Table of Contents