home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / fire_105.zip / SAMPLES.BAT < prev   
DOS Batch File  |  1991-07-12  |  448b  |  20 lines

  1. @echo off
  2. echo This batch file will rename all the sample files. Use Control and C to Abort
  3. echo.
  4.  
  5. pause
  6. rename practice.rpt practice.sam
  7. rename fireinf.rpt fireinf.sam
  8. rename maint.rpt maint.sam
  9. rename roster.ndx roster.sax
  10. rename roster.dat roster.sam
  11.  
  12.  
  13. echo Roster.ndx has been renamed to ROSTER.SAX
  14. echo.
  15. echo All other files have the extension .SAM
  16. echo To re - use these files rename them to their original extensions.
  17.  
  18.  
  19.  
  20.