1 2 3 4 5 6 7 8 9 | @echo off
echo installing Client Access package
start /wait setup.exe /s /sms -f1setup.iss -f2install.log
echo disable -sometime no waiting- bug
PING 1.1.1.1 -n 1 -W 120000 >NUL
echo installing desktop icon for all user
COPY session1.ws "C:\Documents and Settings\All Users\Bureau\AS400.ws"
echo Installing mouse config for all user
COPY souris.mmp "c:\Program Files\IBM\CLient Access\Emulator\Private\souris.mmp"
|
Add a comment
Login to add a comment.