home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HomeWare 14
/
HOMEWARE14.bin
/
hdinst.bat
< prev
next >
Wrap
DOS Batch File
|
1995-01-07
|
775b
|
31 lines
echo off
if "%1" == "" goto noparm
echo.
echo Installing.... Please Wait
echo.
echo The first time you run install and have chosen your language press F8
echo to tell the installation program which drive your CD Rom is installed on.
echo.
md %1\cdmenu
copy *.* %1\cdmenu >nul
md %1\vpic
copy \vpic\*.* %1\vpic >nul
cls
echo.
echo The first time you run install and have chosen your language press F8
echo to tell the installation program which drive your CD Rom is installed on.
echo.
echo The program is about to start.
echo.
pause
%1
cd\cdmenu
install
goto end
:noparm
echo.
echo The first time you run install and have chosen your language press F8
echo to tell the installation program which drive your CD Rom is installed on.
echo.
:end