home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / misc / mhsutil3.lha / Setup.bat < prev    next >
DOS Batch File  |  1995-09-25  |  640b  |  27 lines

  1. Failat 50
  2. Echo "  "
  3. Echo "  Setup v1.0Setting up, please wait."
  4. Echo "  ------------------------------------"
  5. If Exists DF0:setup.tmp
  6.   Echo "  Removing temporary assign(s)..." NOLINE
  7.   Assign >NIL: c: :c REMOVE
  8.   Assign >NIL: LIBS: "" REMOVE
  9.   Assign >NIL: LIBS: :c REMOVE
  10.   Delete >NIL: DF0:setup.tmp
  11.   Echo "done!"
  12.   Skip ItsOver
  13. Endif
  14.  
  15. Echo "  Making temporary assign(s)..." NOLINE
  16. Assign >NIL: c: :c ADD
  17. Assign >NIL: LIBS: :c ADD
  18. c/InstallLIB powerpacker
  19. Echo "done!"
  20. Echo "  "
  21. Echo "  NOTE: Click me again to remove the temporary assigns!!!"
  22. Echo >DF0:setup.tmp "Y"
  23.  
  24. LAB ItsOver
  25. Wait 4 SECS
  26. EndCLI
  27. ;