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 >
Text File  |  1992-09-29  |  578b  |  28 lines

  1. Echo "This will install necessary files to your current"
  2. Echo "workbench system disk disk."
  3. echo ""
  4. ask "Do you want to install the fonts (y/n)?"
  5.  
  6. if WARN
  7.   if NOT EXISTS fonts:flow
  8.    echo "Making fonts:flow directory..."
  9.    makedir fonts:flow
  10.   endif
  11.  
  12.   if NOT EXISTS fonts:flow/8
  13.     echo "Copying font files..."
  14.     copy fonts/flow/8 fonts:flow
  15.     copy fonts/flow.font fonts:
  16.   endif
  17. endif
  18.  
  19. ask "Do you want to install the AutoBudget file (y/n)?"
  20.  
  21. if WARN
  22.  
  23.   echo "Copying 'AutoBudget' to your c: directory"
  24.   copy AutoBudget c:
  25.   
  26. endif
  27.  
  28. echo "File installation complete."