home *** CD-ROM | disk | FTP | other *** search
/ Languages Around the World / LanguageWorld.iso / language / chinese / duke_typ / hardmenu.mdf < prev    next >
Encoding:
Text File  |  1987-04-17  |  1.5 KB  |  53 lines

  1. ..................................................
  2. %THE DUKE CHINESE TYPIST MAIN MENU
  3. *The Duke Chinese Typist Editor
  4. ?For editing a document on your own
  5. !echo off
  6. !cls
  7. !echo             -------------------------------------------------
  8. !type datenote
  9. !echo             -------------------------------------------------
  10. !date
  11. !echo ********************************************
  12. !echo * When in DCT editor, FIRST issue command  *
  13. !echo * Ctrl-X Ctrl-F, to create a document name *
  14. !echo ********************************************
  15. !pause
  16. !if exist dct.rc erase dct.rc
  17. !dct
  18. *The DCT Editor, with on-screen help
  19. ?Chinese function keys listed at top of screen
  20. !echo off
  21. !cls
  22. !echo             -------------------------------------------------
  23. !type datenote
  24. !echo             -------------------------------------------------
  25. !date
  26. !copy dcthelp.rc dct.rc
  27. !dct
  28. !erase dct.rc
  29. *The DCT Editor, with tutorial
  30. ?Learning how to do Chinese word processing
  31. !echo off
  32. !cls
  33. !echo             -------------------------------------------------
  34. !type datenote
  35. !echo             -------------------------------------------------
  36. !date
  37. !dct teachme.dct
  38. *Demonstration of Chinese word processing with DCT
  39. ?No knowledge of Chinese needed (if you're clever)
  40. !echo off
  41. !copy dctdemo.rc dct.rc
  42. !dct
  43. !erase dct.rc
  44. *List of files in the DCT sub-directory
  45. ?In case you forgot the name of your document...
  46. !dir /w
  47. !pause
  48. *The Duke Chinese Typist Printer Program
  49. ?Exit to DOS and print document saved to disk
  50. +cd \
  51. .
  52. # END OF AUTOMENU.MDF
  53.