home *** CD-ROM | disk | FTP | other *** search
/ Languages Around the World / LanguageWorld.iso / language / chinese / duke_typ / print.bat < prev    next >
DOS Batch File  |  1987-03-06  |  368b  |  21 lines

  1. echo off
  2. if %1 == ? goto list
  3. if not exist %1 goto :check
  4. :prnt
  5. dctpr %1
  6. goto menu
  7. :list
  8. dir /w
  9. pause
  10. goto :menu
  11. :check
  12. echo ***********************************************************
  13. echo No such file exists. Check directory for correct file name.
  14. echo ***********************************************************
  15. dir/w
  16. pause
  17. :menu
  18. cd \
  19. autoexec
  20.  
  21.