home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / hdm427.lzh / UPDATE.BAT < prev   
DOS Batch File  |  1990-11-15  |  771b  |  23 lines

  1. echo off
  2. echo      This batch file is for updating an already installed Hard Disk Menu
  3. echo               Press Ctrl-Break to cancel or Enter to continue...
  4. pause
  5. if x%1 == x goto err
  6. copy HDM.bat %1
  7. copy *.doc %1
  8. copy *.exe %1
  9. if exist %1\hdm.hlp del %1\hdm.hlp
  10. if exist %1\hdmenu.exe del %1\hdmenu.exe
  11. if exist %1\hdmenu.com del %1\hdmenu.com
  12. if exist %1\hdmenu.chn del %1\hdmenu.chn
  13. if exist %1\hdmenu.000 del %1\hdmenu.000
  14. if exist %1\hdmenu.tgl ren %1\hdmenu.tgl hdm.cfg
  15. if exist %1\hdmenu.txt ren %1\hdmenu.txt hdm.000
  16. if exist %1\hdmenu.t?? ren %1\hdmenu.t?? hdm.0??
  17. echo                         HDM IV update complete.
  18. goto exit
  19. :err
  20. echo     You must enter the drive and directory containing HDM
  21. echo         example:  UPDATE C:\HDM
  22. :exit
  23.