home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Utilities / FBackNG / Install < prev    next >
Text File  |  1999-11-11  |  298b  |  12 lines

  1. ; This little script will copy the FBackNG executable to the C: path
  2. echo " "
  3. echo "Installing FBackNG executable to C:..."
  4. ask Continue?
  5. if warn
  6.         copy fbackng c: clone quiet
  7.         echo FBackNG is copied !
  8.         echo Move FBackNGUI drawer to your HD...
  9.         wait 2
  10. endif        
  11. quit
  12.