home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Shareware / Utilitare / ptabledr / PCOPY.BAT < prev    next >
DOS Batch File  |  2003-11-14  |  329b  |  29 lines

  1. @copy KERNEL.SYS a: > NUL
  2.  
  3. @copy command.com a:> NUL
  4.  
  5. @copy himem.exe a: > NUL
  6.  
  7. @copy config.sys a: >NUL
  8.  
  9. @copy autoexec.bat a: > NUL
  10.  
  11. @copy ctmouse.exe a: > NUL
  12.  
  13. @copy ptd.exe a: > NUL
  14.  
  15. @copy ptd.hlp a: > NUL
  16.  
  17.  
  18. @del KERNEL.SYS 
  19.  
  20. @del command.com
  21.  
  22. @del himem.exe
  23.  
  24. @del config.sys
  25.  
  26. @del autoexec.bat
  27.  
  28.  
  29.