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
/
COPYINFO.BAT
next >
Wrap
DOS Batch File
|
2004-05-22
|
993b
|
61 lines
@echo off
rem
rem This program is called by AVDisk and should not be run directly
rem
if not %1*==AVDisk* goto end
%RAMDrive%
cd\
copy a:\command.com /y >nul
set ComSpec=%RAMDrive%\command.com
set path=%RAMDrive%\
call a:\avdisk\avconfig.bat AVDisk
copy a:\avdisk\help.bat /y >nul
copy a:\avdisk\envinfo.com /y >nul
copy a:\avdisk\unzip.exe /y >nul
copy a:\avdisk\ntfsdos.exe /y >nul
a:\avdisk\glue.exe %RAMDrive%
if errorlevel 1 goto error
unzip.exe avdata.zip
if not ErrorLevel 2 goto continue
:error
echo Error - %AVProg% was not decompressed succesfully
echo.
pause
goto end
:continue
rem Load NTFSDOS here so it does not interfere with UnZip
ntfsdos.exe
cls
echo AVDisk
echo ======
echo.
echo %AVProg% is now ready for use
echo Type HELP if you need further instructions
echo.
echo Current environment status:
envinfo.com
echo.
echo.
del envinfo.com >nul
del unzip.exe >nul
del avdata.zip>nul
:end
set AVProg=