rem NOTE TECNICHE: rem --------------------------------------------- rem QUESTO FILE VA SPOSTATO SEMPRE IN BINARY!!!!! rem SIA IL BAT CHE IL TAR rem --------------------------------------------- ECHO OFF cls IF NOT EXIST setup.exe GOTO M1 IF NOT EXIST setup.tar IF NOT EXIST setup.lst GOTO M2 IF NOT EXIST ren03lau_1.tar IF NOT EXIST ren03l1.cab GOTO M3 IF NOT EXIST ren03lau_2.tar IF NOT EXIST ren03l2.cab GOTO M4 IF NOT EXIST ren03lau_3.tar IF NOT EXIST ren03l3.cab GOTO M5 IF NOT EXIST ren03lau_4.tar IF NOT EXIST ren03l4.cab GOTO M6 IF NOT EXIST ren03lau_5.tar IF NOT EXIST ren03l5.cab GOTO M7 IF NOT EXIST ren03lau_6.tar IF NOT EXIST ren03l6.cab GOTO M8 IF NOT EXIST ca_csi.tar IF NOT EXIST ca_csi.crt GOTO M13 cls ren setup.tar setup.lst ren ren03lau_1.tar ren03l1.cab ren ren03lau_2.tar ren03l2.cab ren ren03lau_3.tar ren03l3.cab ren ren03lau_4.tar ren03l4.cab ren ren03lau_5.tar ren03l5.cab ren ren03lau_6.tar ren03l6.cab ren ca_csi.tar ca_csi.crt cls ECHO Installazione del certificato CSI (Server Sicuro) ECHO. ECHO ISTRUZIONI: ECHO Premere un tasto qualsiasi. ECHO Nella finestra che apparira' premere il pulsante "Installa Certificato ..." ECHO Poi, accettare tutte le richieste del sistema premendo "Avanti >". ECHO. PAUSE cls ECHO. ECHO ATTENZIONE! ECHO L'installazione del certificato non andra' a buon fine se il browser ECHO Microsoft Internet Explorer non e' aggiornato alla versione 5 (almeno)! ECHO. PAUSE START /w ca_csi.crt cls ECHO Avvio setup.exe START setup.exe GOTO END :M1 ECHO ERRORE: il file setup.exe non e' presente nella directory corrente GOTO END :M2 ECHO ERRORE: il file setup.tar non e' presente nella directory corrente GOTO END :M3 ECHO ERRORE: il file ren03lau_1.tar non e' presente nella directory corrente GOTO END :M4 ECHO ERRORE: il file ren03lau_2.tar non e' presente nella directory corrente GOTO END :M5 ECHO ERRORE: il file ren03lau_3.tar non e' presente nella directory corrente GOTO END :M6 ECHO ERRORE: il file ren03lau_4.tar non e' presente nella directory corrente GOTO END :M7 ECHO ERRORE: il file ren03lau_5.tar non e' presente nella directory corrente GOTO END :M8 ECHO ERRORE: il file ren03lau_6.tar non e' presente nella directory corrente GOTO END :M13 ECHO ERRORE: il file ca_csi.tar non e' presente nella directory corrente GOTO END :END ECHO. pause cls ECHO E' ora possibile chiudere la finestra