China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-24 12:51
中国DOS联盟论坛 » 网络日志(Blog) » Forum post extracts View 54,859 Replies 120
Floor 91 Posted 2017-10-30 17:39 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
"Huizhilong" HDOS 2.0 Chinese Character System :Yulu
http://www.cn-dos.net/forum/viewthread.php?tid=24853&fpage=1&highlight=%2B%E9%9B%A8%E9%9C%B2

"Huizhilong" HDOS 2.0 Chinese Character System Simple Instructions
=====================================

HDOS 2.0 has functions you can't imagine!

It is small and portable, and can be stored on a 1.2M disk;
It can be installed in any directory or subdirectory of the hard disk, stored and enabled at will;
It contains complete Chinese character display, input and printing parts, and completely realizes device resource independence;
It provides up to 50 display card drivers and realizes plug-and-play without user intervention;
It supports basic 16-dot matrix and high-resolution 24-dot matrix Chinese characters directly on-screen display;
It provides a universal input method management interface and does not occupy memory space;
It provides a national standard-compliant printing system and supports multiple printers;
It can automatically localize all DOS English prompt messages;
Its Chinese and Western compatibility level is almost perfect;
It also provides super support for 256-color and 32K/64K/16.8M true-color Chinese character systems;
......
The microcomputer world is changing with each passing day!
HDOS 2.0 completed with a disk will surely lead you into a new chapter in the application of Chinese character systems!

Notice: Please always pay attention to searching for new functions and secrets hidden in HDOS.

I. Installation
---------
HDOS 2.0 can be installed in any directory or subdirectory of any drive, and the system directory name can be taken arbitrarily. Finally, just add the directory path to AUTOEXEC.BAT, and then you can start/exit the Chinese character system at will.

II. Basic Use
------------
1. Start the Chinese character system HDOS←┘
2. Exit the Chinese character system HDQ←┘ or CTRL+F5
3. System settings CTRL+F10
4. Prompt line switch Right SHIFT (default)
5. Chinese character input
CTRL+ALT+F1 Locale
ALT+F1 Double pinyin
ALT+F2 Full pinyin
ALT+F3 Simplified pinyin
ALT+F4 Wubi
ALT+F5 Wubihua
CTRL+ALT+F10 ASCII
CTRL+ALT+L Lenovo switch (use the word library of ALT+F1 input method for association)
CTRL+ALT+G Screen word extraction (suitable for any input method)
CTRL+Space Chinese/Western input switch
SHIFT+Space Full/half-width input switch

III. File List
------------
Basic system:
HDOS.BAT Chinese character system startup batch processing
Q.COM Chinese character system exit program
DDRV.COM Install display driver
TESTADP.COM Plug-and-play program for display cards (automatically detects more than 30 popular domestic display cards)
KRNL.EXE System core module
Chinese character input:
INT16.COM Keyboard management module (can directly support any input method of WPS)
IMD.COM Universal input method (can manage 10 code tables)
Chinese character printing:
HP.BAT Printing system startup batch processing (default driver LQ1600K printer)
PDOT.COM Printing font library program
PDRV.COM Install printing driver
PRT.COM Advanced printing general control (compliant with national standards and compatible with 2.13H)
PSCR.COM Advanced screen printing program (copy any screen, 3 kinds of dithering algorithms)
Utility programs:
HZDOS.EXE DOS information dynamic localization program
GMODE.COM BIOS/VESA mode setting program
XE.COM Xing Editor Chinese editor

IV. Directory Structure
------------
After the Chinese character system installation is completed, there will be 2 fixed directories under the system directory:

<DRV> Store various driver programs
<DAT> Store display/print font libraries and other system data files

-----------------------------------------------------------------------------------------------------
ITU:>> daiddcc: Looking for Tianhui 3.1 complete version or making Tianhui input method tool!
http://www.cn-dos.net/forum/viewthread.php?tid=23094&fpage=1&highlight=&page=1
MAKETAB.COM ┃Original empty code table generation tool
TXT2MB.COM ┃Code table text file --> Input method code table file conversion tool

Attachment 1: MAKEMB.rar (2006-10-1 13:54, 8.11 K, Points required to download attachment 1 point, Number of downloads: 183)

[ Last edited by zzz19760225 on 2017-11-5 at 09:44 ]
1<词>,2,3/段\,4{节},5(章)。
Floor 92 Posted 2017-10-30 17:39 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
Please post the usage methods of various DOS software here :Wengier Floor 6 Kinglion
http://www.cn-dos.net/forum/viewthread.php?tid=4253&fpage=1

QEdit Hotkeys


Cursor Movement

^E,↑: Cursor moves up ^X,↓: Cursor moves down
^S,→: Cursor moves left ^D,←: Cursor moves right
^QE: Cursor jumps to the first line of the file ^QX: Cursor jumps to the last line of the file
^QS,Home: Cursor jumps to the beginning of the line ^QD,End: Cursor jumps to the end of the line
^Home: Cursor jumps to the first line of the screen ^End: Cursor jumps to the last line of the screen
^QR,^PageUp: Cursor jumps to the beginning of the file ^QC,^PageDown: Cursor jumps to the beginning of the file
@F5: Screen moves left by 8 columns @F6: Screen moves right by 8 columns
^A,^←: Move the cursor to the first character of the previous word or to the end of the line
^F,^→: Move the cursor to the first character of the next word or to the end of the line
^QB: Cursor jumps to the beginning of the block ^QK: Cursor jumps to the end of the block
^I,Tab: Cursor jumps to the next tab stop ^R,^QP: Cursor jumps to the previous position
^J: Cursor jumps to the specified line number Shift+Tab: Cursor moves left by one Tab column
@F3: Cursor jumps to the next parenthesis or matching closing parenthesis

Line Operations

#F3: Line sort (sort the characters at the beginning of the block in rectangular mode and swap the positions of corresponding lines)
F4: Copy the current line by one line ^Y,@D: Delete the current line
^-: Copy the characters of the current column from the previous line ("-" is not the "-" key on the numeric keypad)
F6,^QY: Delete from the cursor position to the end of the line
^U: Undo the deleted line, up to 30 lines can be undone
F5: Move the current line to the first line of the current window
#F5: Move the current line to the middle line of the current window
@F2: Insert a blank line before the current line
#F7: Delete the first character of the current line
#F8: Add spaces at the beginning of the current line
@S:,^N: The cursor position remains unchanged, and the line to the right of the cursor wraps
@J: Merge the current line with the next line into one line, and the cursor position remains unchanged
^OT: Center the text of this line

File Operations

Save file:
^KS,F2,@Y: Save the currently edited file

Edit other files:
^KE,@E: The currently edited file remains in memory, edit another file
^KX: The currently edited file is automatically saved and exited, and another file is edited
^KD: Exit the currently edited file and edit another file, and you can choose whether to save when exiting
^KN,@N: Edit the next file in memory, enter the next editing window
^KP: Edit the previous file in memory, enter the previous editing window
^]: Edit the file with the same name as the word where the cursor is located or the file with the same name as the block header string in the clipboard

Exit:
^KQ: The currently edited file exits from memory, if not saved, it will ask if you want to abandon saving
F3: Abandon saving and exit all edited files in memory, that is, exit the AEdit advanced full-screen editor,
If not saved, it will ask if you want to abandon saving
@X,^KD: Save and exit all edited files in memory, that is, exit the AEdit advanced full-screen editor,
If not saved, it will ask if you want to save

Block read/write file:
@R,^KR: Read another file in block mode
@W,^KW: Write the defined block to the specified file, if the file already exists, there can be "Append to file"
(Append to file) and "Overlay existing file (Overwrite file)" two options
Description: If the block is not defined, the currently edited file will be written
Change file name:
@O,^KF: Change the file name of the currently edited file
Delete file:
^KZ: The currently edited file can be deleted from the disk, and the original file remains in memory

★Text Block Operations
Block definition: ^KB,F7: Define block header ^KK,F8: Define block tail
^QB: Cursor jumps to the beginning of the block ^QK: Cursor jumps to the end of the block
@A: Define character mode block MarkAnchor
@K: Define rectangular mode block MarkColumn
@L: Define line mode block MarkLine

Block move: @M,^KV: Move the block to the current cursor position
Block copy: @C,^KC: Copy the block to the current cursor position in insert mode
@Z: Copy the block to the current cursor position in overwrite mode
Block delete: @G,^KY: Delete the defined block (can be undone line by line with "^U")
Block cancel: @U,^KH: Cancel the defined block

★Operations related to clipboard and buffer
Introduction to numeric keypad function keys:
- : Move the defined block to the clipboard
+ : Copy the defined block to the clipboard, and the defined block is canceled after copying
* : Copy the block in the clipboard to the current cursor position (insert mode)
Description: Flexibly using "-" as block deletion and "+" as block cancellation can greatly improve operating efficiency

★Other functions
^PrintScreen: Paste the block in overwrite mode, copy the block in the clipboard to the current cursor position in overwrite mode
^BA: Add the defined block to the specified buffer
^BS: Load the defined block into the specified buffer
^F1: 25-line and 50-line switch @Q: Enter exit operation window
^P: Input control code function, such as:^P^M for entering carriage return
F1,@H: Activate the online help screen ^QF: Request find ^QA: Find and replace
^L: Continue to find the next character (string) that matches the condition. The find conditions are as follows
I: Find the whole word B: Find the whole document G: Find in the current block L: Ignore case
W: Do not ask for approval when replacing N: Find the next one

F9: DOS Shell function, press EXIT to return to AEdit @F9: Execute DOS command function
@F: Enter the file operation window @P: Enter the print window
^OR: Set the right margin of the text ^OL: Set the left margin value for text printing
Case conversion:
@1: Change the letters in the block to uppercase @2: Change the letters in the block to lowercase
@3: Invert the case of the letters in the block

★Table Operations
#F1: Enter/exit the drawing state, use →←↑↓ cursor keys to draw lines (overwrite mode), when in the drawing state, there is a character "B" displayed in the top status line
@F1: Select the type of drawing line, there are "Single (single line), Double top (double top line), Double side
(double side line), Double (all double lines), Eraser (erase line)" five types for selection

★Window Operations
Window open and close:
^OH: Horizontally split out a window and edit another file, AEdit can have up to 8 horizontal windows
Description: If editing English in English state, press "^F1" to display in 50-line mode, can split
Up to 16 horizontal windows can be split (note: this operation may conflict with some Chinese systems)

^OO: Close other windows, only keep the current window
^OZ: Close/open other windows, window transfer operation switch ^OC: Close the current window
Window size adjustment: ^OS,^OG: Adjust the size of the current window, where ^OG is to enlarge the window
Window jump: ^OP: Jump to the previous window ^ON: Jump to the next window
Screen/window movement: @F5: Screen moves left by 8 columns @F6: Screen moves right by 8 columns
^W: The screen moves up by one line, that is, the text moves down by one line
^Z: The screen moves down by one line, that is, the text moves up by one line
^R,PageUp: Turn up one screen, that is, display the previous page of the text
^C,PageDown: Turn down one screen, that is, display the next page of the text

★Delete and Restore
^G,Delete: Delete the character at the cursor position
^H,Backspace: Delete the previous character at the cursor position
^Backspace: Delete the previous word or character at the cursor position
^T: Delete the next word or character at the cursor position
^Y,@D: Delete the current line #F7: Delete the first character of the current line
^V,Insert: Switch between insert and overwrite mode ^QY,F6: Delete from the cursor position to the end of the line
^U: Can undo the lines or strings deleted by the following operations -- ^Y,^KY,F6,@D,@G
^QL: The current line is restored to the original state before the change

[ Last edited by zzz19760225 on 2017-11-20 at 13:29 ]
1<词>,2,3/段\,4{节},5(章)。
Floor 93 Posted 2017-10-30 17:39 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 94 Posted 2017-10-30 17:39 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 95 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 96 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 97 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 98 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 99 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 100 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 101 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 102 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 103 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 104 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Floor 105 Posted 2017-10-30 17:40 ·  中国 海南 海口 电信
超级版主
★★★★
Credits 3,673
Posts 2,020
Joined 2016-02-01 00:00
10-year member
UID 181465
Gender Male
Status Offline
1<词>,2,3/段\,4{节},5(章)。
Forum Jump: