home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / COLORIT.ARJ / DCOLORIT.BAT < prev   
DOS Batch File  |  1990-02-11  |  233b  |  15 lines

  1. @echo off
  2. md tempxxx
  3. copy dirs.dat tempxxx
  4. copy dcolor.exe tempxxx
  5. cd tempxxx
  6. dcolor
  7. rename dirs.dat dirsold.dat
  8. rename dirs1.dat dirs.dat
  9. copy dirs*.dat ..
  10. del dirs.dat
  11. del dirsold.dat
  12. del dcolor.exe
  13. cd ..
  14. rd tempxxx
  15.