home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The SelectWare System Volume 2 #3
/
The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso
/
com20010
/
install.bat
< prev
Wrap
DOS Batch File
|
1989-02-20
|
937b
|
28 lines
echo off
rem ACCPAC Easy-BPI Demo Installation batch file 720k
rem ==================================================
cls
echo ACCPAC Easy-BPI Install
echo -----------------------------
echo Make sure that your ACCPAC demo
echo disk is in drive A:
echo -----------------------------
echo This batch file will create
echo a directory called C:\ACCPAC.
echo 720K of free disk space on
echo your C: drive is required for
echo the installation process. If you
echo wish to quit at this time, please
echo press [Ctrl] [C].
pause
c:
cd \
md accpac > nul
cd accpac > nul
copy a:grasprt.exe c: >nul
copy a:easybpi.bat c: >nul
copy a:accpac.gl c: >nul
echo You have successfully installed the ACCPAC
echo demo. Type EASYBPI and press the ENTER key
echo to begin.