home *** CD-ROM | disk | FTP | other *** search
- ..................................................
- %THE DUKE CHINESE TYPIST MAIN MENU
- *The Duke Chinese Typist Editor
- ?For editing a document on your own
- !echo off
- !cls
- !echo -------------------------------------------------
- !type datenote
- !echo -------------------------------------------------
- !date
- !echo ********************************************
- !echo * When in DCT editor, FIRST issue command *
- !echo * Ctrl-X Ctrl-F, to create a document name *
- !echo ********************************************
- !pause
- !if exist dct.rc erase dct.rc
- !dct
- *The DCT Editor, with on-screen help
- ?Chinese function keys listed at top of screen
- !echo off
- !cls
- !echo -------------------------------------------------
- !type datenote
- !echo -------------------------------------------------
- !date
- !copy dcthelp.rc dct.rc
- !dct
- !erase dct.rc
- *The DCT Editor, with tutorial
- ?Learning how to do Chinese word processing
- !echo off
- !cls
- !echo -------------------------------------------------
- !type datenote
- !echo -------------------------------------------------
- !date
- !dct teachme.dct
- *Demonstration of Chinese word processing with DCT
- ?No knowledge of Chinese needed (if you're clever)
- !echo off
- !copy dctdemo.rc dct.rc
- !dct
- !erase dct.rc
- *List of files in the DCT sub-directory
- ?In case you forgot the name of your document...
- !dir /w
- !pause
- *The Duke Chinese Typist Printer Program
- ?Exit to DOS and print document saved to disk
- +cd \
- .
- # END OF AUTOMENU.MDF