home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / pcmag / vol8n16.arc / CHKGLOSS.BAT < prev    next >
DOS Batch File  |  1989-08-11  |  176b  |  12 lines

  1.  
  2. c:
  3. cd \word
  4. word
  5. echo off
  6. dir *.gly
  7. dir bu\*.gly
  8. echo    Please compare file sizes 
  9. echo       and hit ^C to leave batch file or
  10. pause
  11. xcopy c:\word\*.gly c:\word\bu /m
  12.