home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
hb20d1.zip
/
AUTOFLOP.BAT
< prev
next >
Wrap
DOS Batch File
|
1986-03-20
|
512b
|
23 lines
echo off
rem AUTOFLOP.BAT ([%1=drv let] required if not using drive B:) Mar 19,86
echo -
echo Installing HOMEBASE, please wait...
echo (Note: See last chapter of manual for HomeBase options)
a:
hbkernel k15 8 c12 300 ; >nul
hbasync ; >nul
hbvsi 30k ; >nul
if not %1/ == / %1
if not %1/ == / echo ** HomeBase DISK 2 should be in drive %1 **
if %1/ == / echo ** HomeBase DISK 2 should be in drive B: **
if %1/ == / b:
hb ; >nul
echo
-- Please press Alt/Shift/H for HomeBase --
a: