home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 October
/
PCWorld_2006-10_cd.bin
/
zabezpeceni
/
avdisk
/
avdisk92e.exe
/
DATA.ZIP
/
DISKIMG.ZIP
/
DISKIMG.IMG
/
AVDISK
/
SEARCH.BAT
< prev
next >
Wrap
DOS Batch File
|
2003-05-06
|
281b
|
23 lines
@echo off
rem
rem This program is called by AVDisk and should not be run directly
rem
if not %1*==AVDisk* goto end
shift
set RAMDrive=
:loopstart
if ErrorLevel %1 goto loopend
shift
shift
if %1*==* goto end
goto loopstart
:loopend
set RAMDrive=%2:
:end