home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / catalogs / djdemo12.zip / DJ.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-10-07  |  314b  |  16 lines

  1. @echo off
  2. cls
  3. echo This will make a C:\DJ and C:\PDOXRUN directory
  4. echo And unzip all the files to the proper directories
  5. echo If you are re-installing... BACK UP ALL *.DB files...
  6. pause
  7. md c:\dj
  8. md c:\pdoxrun
  9. pkunzip dj c:\dj
  10. pkunzip pdoxrun c:\pdoxrun
  11. copy dj.bat to c:\
  12. path c:\pdoxrun
  13. c:
  14. cd\
  15. dj
  16.