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

  1. @echo off
  2. md tempxxx
  3. copy subs.dat tempxxx
  4. copy color.exe tempxxx
  5. cd tempxxx
  6. color
  7. rename subs.dat subsold.dat
  8. rename subs1.dat subs.dat
  9. copy subs*.dat ..
  10. del subs*.dat
  11. del color.exe
  12. cd ..
  13. rd tempxxx
  14.