rem *********************** IOMEGA.BAT ********************************
@echo off
cls
@echo ÿ
@echo ÿ                 decompression des fichiers guest sur le ramdrive
if %RAMD%*==* goto noramd
if "%RAMD%"=="C" goto c
if "%RAMD%"=="D" goto d

:noramd
md c:\tools_31
a:\iomega\iomega -o c:\tools_31
c:\tools_31\guest
set IOMEGA=D
goto fin

:c
a:\iomega\iomega -o %RAMD%:\
%RAMD%:\guest
set IOMEGA=D
goto fin

:d
a:\iomega\iomega -o %RAMD%:\
%RAMD%:\guest
set IOMEGA=E
goto fin

:fin
@echo ÿ
@echo ÿ  le Lecteur IOMEGA ZIP est en %IOMEGA%:

retour à l'index
retour à SOS.PC