home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_2.iso
/
files
/
694a.lha
/
HomeBudget_v1.3
/
install.exe
< prev
next >
Wrap
Text File
|
1992-09-29
|
578b
|
28 lines
Echo "This will install necessary files to your current"
Echo "workbench system disk disk."
echo ""
ask "Do you want to install the fonts (y/n)?"
if WARN
if NOT EXISTS fonts:flow
echo "Making fonts:flow directory..."
makedir fonts:flow
endif
if NOT EXISTS fonts:flow/8
echo "Copying font files..."
copy fonts/flow/8 fonts:flow
copy fonts/flow.font fonts:
endif
endif
ask "Do you want to install the AutoBudget file (y/n)?"
if WARN
echo "Copying 'AutoBudget' to your c: directory"
copy AutoBudget c:
endif
echo "File installation complete."