home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / ticfix.zip / TICFIX.BAT < prev    next >
DOS Batch File  |  1994-07-20  |  183b  |  11 lines

  1. @Echo off
  2. Rem Sample Ticfix.bat
  3. Rem Change to your inbound directory
  4. cd inbound
  5. Rem Run Ticfix
  6. ticfix.exe
  7. Rem Change back to your Original Directory
  8. cd ..
  9. Rem All Done
  10. Exit
  11.