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 11:25
中国DOS联盟论坛 » 网络日志(Blog) » Vista's blog! (Chinese name: Vision's OS/2 Cottage) View 5,649 Replies 16
Original Poster Posted 2010-08-26 22:46 ·  中国 辽宁 沈阳 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
First post, just leave a name!

[ Last edited by Vista2008 on 2010-10-11 at 09:15 ]
弟控才是王道阿
Floor 2 Posted 2010-08-27 20:44 ·  中国 天津 联通
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
Virtual Floppy Drives under DOS (Part 1) - hdcopy Edition (Recompiled Version)

I think, there are several types.
hd-copy simg diskimage dosimg eim
Let's first talk about the classic hd-copy!
hd-copy doesn't need me to explain what it is. It's too classic. Its full name should be high-density-disk-copy, which is a high-density disk copier. Because 3.5-inch disks are called high-density disks.
The usage is very simple. The interface is also simple, supporting mouse and keyboard operations.
Type the file name under DOS (generally, we all change its file name to hd.exe), and press Enter.
If there are no errors, a simple graphical interface will appear:

hd main screen:
********************************* **********************************
* * * Menu Area *
* Source Disk Information Area * * Read Read Disk *
* * * Write Write Disk *
********************************* * Verify destination Verify Destination Disk *
********************************* * Verify source Verify Source Disk *
* * * Format destination Format Destination Disk *
* Memory Information Area * * Put to file Put to File *
* * * Get from file Get from File *
********************************* * special menu Special Menu *
********************************* * About Version Description *
* * * Escape(exit) Exit *
* Destination Disk Information Area * * *
* * **********************************
********************************* **********************************
********************************* * Message Area *
* Sector Analysis Area * * *
********************************* **********************************
Copy Function:
1. Insert the disk to be copied into the floppy drive, press the R key, or move the cursor to the Read line and press Enter to read the disk.
2. After reading the disk, insert the destination disk, press the W key, or move the cursor to the Write line and press Enter to write the disk.
Formatting Function:
1. Insert the disk to be formatted into the floppy drive, press the F key, or move the cursor to the Format line and press Enter
The formatting menu will appear, select a format, press Enter, and start formatting the destination disk.
Read/Write File Function:
1. Put to file is to write the entire read disk into a file with the IMG extension.
2. Get from file is to read the IMG file into the memory area, and then use the WRITE function to write it to the destination disk.
Exit Function:
1. Press the Esc key, or type the E key, or move the cursor to the Escape line and press Enter
If it asks you (yes/no) during use, just type Y or N.

This is the image formed after I used the Get from file function to read an IMG file into the memory area, then used the WRITE function to write it to the destination disk, and then read the target disk.
============
Formatting floppy disks or copying floppy disks with hdcopy is very fast. It is also very useful for making IMG image files and releasing IMG image files to floppy disks.
In addition, there are some special usages:
1. Clean the magnetic head. There is an item in the special menu for cleaning the magnetic head, and the effect is not bad.
2. Rescue data from damaged floppy disks. Because the data reading method of hdcopy is relatively special, the error correction ability is strong, and the data that cannot be read will be automatically filled. It can rescue data to the greatest extent. I suspect that the later badcopy was inspired by it.
3. Format a floppy disk to bring back to life a floppy disk with a damaged zero track. Sometimes it works.
4. There is a sub-menu for viewing the directory in the special menu. Sometimes when you run hdcopy and want to see the content of the inserted floppy disk, this menu can help, (because DOS is generally a single-task operating system, you don't want to exit hdcopy and then use dir to view the content of the floppy disk.) In this way, you can confirm whether the floppy disk you put in is the one you want to put in without exiting hdcopy.

This is the picture when viewing the memory usage status (memory statisticc) in the special menu. It can be seen that our HDCopy uses XMS!

This is the picture when using the function of cleaning the magnetic head (use clearing disk) in the special menu.

Shortcoming: There must be a real floppy drive, at least one is required. Its operations are all aimed at the real floppy drive. If you don't have a floppy drive, then this software is basically useless. Just like me. I won't use hdcopy.

What if there is no floppy drive? Then the following software will come on stage! The next one is eim (easy image???), stay tuned.
弟控才是王道阿
Floor 3 Posted 2010-08-27 23:05 ·  中国 辽宁 沈阳 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
For example, I have a non-standard image file disk.img under drive E:
Then copy IMG.EXE to drive E: as well. Then switch to the E: directory in the command prompt, enter IMG A E:\disk.img, and press Enter, then the non-standard IMG file can be converted into a standard IMG file! (This is provided by the webmaster!)

Note the last "," (there was a space before), this is a non-existent file name, and it can also be changed to other non-existent file names. Through this touch operation, IMG will not add or subtract any files from the image, but it will convert the image itself to the standard format.
弟控才是王道阿
Floor 4 Posted 2010-10-09 20:24 ·  中国 辽宁 鞍山 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
『Poster』: Solve Any Virtual Machine System Internet Access Difficulty

Haha, I learned a new trick.
I don't know if the experts know it.
==============
First, set the network card in vm to "nat"
Then open the virtual machine, as long as there is a browser, you can easily access the Internet. :)
Whether it's DOS NT 98 95 or 2k me, you can easily access the Internet.
Note: When using nat to access the Internet, the host must be able to access the Internet.
==============
Case:
Previously, I always used bridge to access the Internet in the virtual machine. But this trick failed in 2k. ;<
I used a hello net green, but it couldn't detect the network card driver! ;(
I was so angry that I deleted 2k.
Later, I discovered nat and could access the Internet in the virtual machine again. :>

Advantages of nat Internet access: Surf the Internet with peace of mind. Disadvantage: The host must be able to access the Internet
弟控才是王道阿
Floor 5 Posted 2010-10-09 20:26 ·  中国 辽宁 鞍山 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
弟控才是王道阿
Floor 6 Posted 2010-10-10 08:36 ·  中国 黑龙江 哈尔滨 联通
版主
★★
系统收藏家
Credits 326
Posts 285
Joined 2010-02-22 00:00
16-year member
UID 160972
Gender Male
From 黑龙江省
Status Offline
It seems this is some kind of non-standard or possibly misspelled/incorrect content. Since it doesn't have a clear standard translation path and doesn't seem to be a proper technical or common text with a straightforward translation, we'll just present the original text as it is.
ni yao zhuan tie bi xu liu ming!
Floor 7 Posted 2010-10-10 08:39 ·  中国 黑龙江 哈尔滨 联通
版主
★★
系统收藏家
Credits 326
Posts 285
Joined 2010-02-22 00:00
16-year member
UID 160972
Gender Male
From 黑龙江省
Status Offline
I don't know if you understood the previous sentence:
You must leave your name if you repost!
ni yao zhuan tie bi xu liu ming!
=====================
Floor 8 Posted 2010-10-10 11:09 ·  中国 辽宁 沈阳 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
This is my blog about Dos/OS/2 information. I just copy some useful things for myself!
弟控才是王道阿
Floor 9 Posted 2010-10-10 11:11 ·  中国 辽宁 沈阳 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
Title: Ultimate DOS Mission
——On Building a Super DOS System
Author: Zhao Wancheng
Unit: Dongguan Guancheng No.1 Middle School
Address: Xueyuan Road, Dongguan
Postcode: 523000
Personal Homepage: http://warmrose.126.com
E-mail: warmrose@21cn.com

Ultimate DOS Mission
——On Building a Super DOS System

Abstract: DOS was once a glorious operating system. Although it is now an era when Windows shines brightly, DOS is still developing; and DOS also has its powerful functions and special roles that other operating systems, especially Windows, cannot replace. This article focuses on exploring the importance and practicality of building a truly powerful and brand-new DOS system, and hereby illustrates that treating DOS correctly is the driving force for the new development of DOS!
Keywords: DOS; New-type DOS system; Long file names; USB; Network management; NTFS; File management; Disk management; Super DOS system

DOS (Disk Operation System) was once a popular PC operating system in the world. Just because of Microsoft's "Windows strategy", it has almost become "the forgotten generation" in our country now. The era of DOS has passed, which is an undeniable fact, but DOS has not disappeared since Microsoft gave up. Instead, there are still many followers at home and abroad. Compared with Windows, DOS is more convenient, faster, more stable, and more efficient to operate, and it also has the underlying and free openness that Windows systems do not have. Therefore, treating DOS correctly is the driving force for the new development of DOS! Recently, the author has had many exchanges and discussions with several forum moderators and netizens on this view on the "DOS Union Forum" and has benefited a lot. Therefore, this article is written to describe how to build a super DOS system suitable for our use.
Regarding how to write these feelings, the author has had a lot of considerations. Finally, he decided to use the names of weapons in Gu Long's famous martial arts novel "Seven Weapons" combined with the application of DOS in this form one by one to illustrate, so as to complete the ultimate DOS mission. Everyone is welcome to contact the author to discuss together!

The Everlasting Sword - New-type DOS System
The main judgments on the "death sentence" of DOS are as follows: it does not support long file names and USB devices, has poor network capabilities, does not support NTFS, etc. What's more, it is inconvenient to operate, and users need to remember quite a lot of commands, which makes most ordinary users dare not and will not operate the computer.
Only by constantly making progress can we gain the support of users! Currently, new-type DOS is still emerging in an endless stream and has powerful functions. For example, ROM-DOS, DR-DOS, Free-DOS, etc. Most of them support the FAT32 format, long file names, and have certain network processing capabilities. In particular, Free-DOS is a free system, which is currently developed by many programmers in the world. Just like Linux, it is believed that it will achieve relatively large development. Therefore, DOS is actually not dead. On the contrary, it has made considerable progress in many aspects. And the new-type DOS system will definitely further expand its living space and be recognized by users in continuous progress.

The Peacock Feather - Support for Long File Names
After Windows 95 was launched, the "bad reputation" that DOS does not support long file names also came into being, because DOS only supports the 8.3 format. If you use DOS to view the long file names of Windows, you can only see something like program~1.exe, which makes people feel confused. After the efforts of countless programmers, DOS can now fully support long file names. Even MS-DOS, which has been abandoned by Microsoft for many years, can support long file names. The peacock without a tail finally spreads its feathers! The main methods to achieve this are as follows:
1. New-type DOS systems perfectly support long file names. For example, the systems such as ROM-DOS mentioned above already have perfect support for long file names by themselves;
2. Brand-new DOS commands that support long file names. For example, the Odi's LFN tools software package, which contains commands such as LDIR, LCD, LCOPY, LREN, etc., and supports the FAT32 format, etc. Using them is like using external commands, which are essential tools in our DOS toolbox;
3. The method of external drive programs. The most stable one is DOSLFN, and its use is also quite simple. You only need to enter DOSLFN after the prompt;
Among the three methods, personally, it is considered that the first method has more or less compatibility problems with MS-DOS and is not suitable for use in Windows to avoid unnecessary problems; the second method can only be regarded as a "treating the symptoms but not the root cause" method, but it is also more convenient and easier to operate; the third method is the one recommended by the author. It fundamentally solves the defects of any DOS long file names, and is fully compatible with Windows, so that no errors will occur when it handles Windows failures. The only shortcoming is that it will occupy a small amount of memory.

The Jade Saber - Support for USB
Many people, even friends engaged in computer work, think that DOS cannot support USB devices! USB is an interface standard, and the inability to support USB is also one of the reasons why many people give up DOS. But after the author has conducted many tests, he can finally tell everyone: DOS can definitely support some USB devices, and the operation is quite convenient! Because now there is the DUSE 4.4 version, this "Jade Saber"! Now the author is taking the Patriot Storage King USB hard disk as an example under MSDOS to illustrate its use method:
>DUSELDR DUSE.EXE VERBOSE DRIVES=2 XFER=8 SEC=2048 NOCD?
(The DUSE.EXE can also be placed as a device in the DEVICE item of CONFIG.SYS for use)
It should be noted that the parameters of DUSE are relatively many and the setting is relatively complicated. Once the setting is incorrect, it may be impossible to use USB devices. For USB hard disks, the setting of the SEC value is the most important.
Of course, it is undeniable that not all USB devices can work well under DOS. For example, USB interface digital cameras cannot be used at all. After all, there are still quite a lot of difficulties or problems in the development of device drivers and application programs under DOS, and it is still necessary for the majority of programmers to continue to improve.

The Affectionate Ring - Perfect Network Management Capability
The network has become the main way for human emotional communication, and it is also one of the most important main attack directions in the IT industry. In the early DOS era, it has created a former network giant: NOVELL! That is to say, DOS actually also has perfect network management capabilities, but it was "blocked" in MS-DOS. Microsoft has focused its eyes on the NT series that fully supports the network. In network management work, various problems are often encountered. How to let DOS handle them? There are mainly the following two methods:
1) DOS peer-to-peer network: Regarding this method, the author likes to use the Netware Lite 1.1 software. It is a very easy-to-use DOS peer-to-peer network tool launched by Novell. Due to space limitations, the author will not make a detailed description. It should be noted that it is best to select the client and server methods during installation, and it is best to understand the use of the NOVELL network NET command during use, otherwise one will be at a loss;
2) DOS workstation logging in to the server: This method requires the support of two software: Microsoft Network Client v3.0 for DOS (MSClient) and the client software ICADOS32 of MetaFrame. The function of MSClient is to connect and share the resources of the server, and ICADOS32 plays the role of logging in to the server.
Using these two methods, we can all conveniently realize the network management of DOS. Using these methods, the author has also realized remote cloning without using the multicast method of GHOST. Those who are interested may as well have a try.

The Parting Hook - NTFS Integrating into the DOS Embrace
Now Microsoft is vigorously promoting the 2000 and XP series constructed by the NT core. The NT series has a brand-new NTFS disk format, which is more secure, reliable, and stable, but DOS and Win9X series cannot read it. That is to say, in DOS or Win9X, the partitions formatted with NTFS cannot be seen at all, let alone operated and used. The purpose of doing this will of course make the NT series more secure, but it makes us at a loss when the NT series crashes and cannot start... After all, most people are now using the Windows XP operating system. However, now it is good. With the professional version of NTFS for DOS, we can operate the files in the NTFS format under DOS. When the NT series has problems, it provides a very good solution.
NTFS for DOS is quite easy to use. You only need to enter >ntfspro after the DOS prompt and press Enter. Just note that its versions are divided into read-only (free) and read-write (commercial software) versions. After downloading, when installing it on the hard disk, you must also copy the 7 files (totally 3.2M) of c_1252.nls, c_437.nls, l_intl.nls, ntoskrl.exe, autochk.exe, ntdll.dll, ntfs.sys under the NT system to a certain folder, and the execution line must be added with the parameter /P. The most convenient method is to put them in the same folder as NTFS for DOS. In addition, entering the /? parameter after ntfspro can understand some of its parameters, such as /L can customize the NT system drive letter.
This is a very easy-to-use software, but it is powerful. It builds a bridge between DOS, Win9x, and the NT series, bringing the long-lost NT back to the DOS embrace, and also provides a most direct and convenient method for us to handle NT system failures.

The Overlord Spear - Memory Management
DOS can only use 640K of basic memory. This is also the view of many people. Of course, it is a fact that DOS has not supported memory well due to historical reasons. Fortunately, now there are these two "Overlord Spears", QEMM and UMBPCI. Both of these software can replace EMM386.EXE, allowing DOS to make full use of the upper memory to save the already pitifully small basic memory. The author more recommends using QEMM. The author has used this software for nearly ten years and finds that its compatibility is quite perfect. The freed basic memory can be as high as 630K. What's more important is that it will automatically configure, so that users can obtain more available memory without doing it themselves. And with its continuous version updates, it gets along quite "harmoniously" with the Chinese character system; while UMBPCI is more updated and slightly stronger in function compared with QEMM. However, there may be some compatibility problems on some motherboards, but it is very small and suitable for use on boot disks.

The Fist - Disk and File Management
The use of disks and files is the most common work we encounter in our daily life, and disk management is the strong point of DOS, which is much more powerful than the Windows series, such as the processing of partition tables and boot sectors, etc., and it is quite convenient to operate. Of course, the FDISK and Format commands of DOS itself have limited functions and slow speed. The author strongly recommends the SPFDISK software. It is only more than 100K, but it is an excellent tool for partitioning, quick formatting, and multi-system management. It can recognize partitions of various formats, such as NTFS, ext2, etc. The most important thing is that multiple systems can be established on one hard disk, which do not affect each other, realizing the multi-C drive technology. The author has installed several operating systems such as Win98SE, Win2000 Server, WinXP, RedHat Linux on his 80G hard disk with it. Moreover, the software interface is all in Chinese (traditional). The author thinks that it is much more powerful than other partitioning and multi-system software, and it is also the only partitioning tool that the author currently retains.
In terms of file management, the first choice is the VC (Volkov Commander) software. The 4.99 free version is currently spread on the Internet. It supports long file names, double-window operation, and the interface is similar to the once very famous Norton Commander, but the function has completely surpassed the latter; another one is the DOS Navigator 2.7 version, which is also a free version, and the function is comparable to VC. With these "fist" tools for file management, DOS will be more convenient and easier to use.

Through the above introduction, I think everyone will view DOS with a new perspective. Although DOS has been abandoned by most people, in practical applications, such as network management, disk partitioning, post-processing of system crashes, etc., DOS still plays a powerful and irreplaceable role! The author often encounters various problems or even complete crashes of computers or network systems in campus network management. How to solve these failures conveniently and quickly? After many explorations, a super DOS system has been built, which has a multiplier effect on solving practical problems. This system is engraved on the author's rescue CD. Now the author will simply summarize the ideas:
1) Use Format a:/s to build a Win98SE boot disk (DOS7.0), and copy some commonly used tools and drivers, such as smartdrv.exe, himem.sys, cdrom and mouse drivers, etc.; these files can be replaced by other tool software. However, the author personally thinks that Microsoft's these files have better compatibility;
2) Support for long file names: DOSLFN, LFNTOOLS;
3) Support for USB hard disks: of course DUSE, and a USBCDROM can also be selected;
4) Support for NTFS: NTFS for DOS and related files;
5) Support for network: MSClient, ICADOS32, NWLite, IPXCOPY.EXE, etc.;
6) Disk tools: SPFDISK, PartitionMagic for DOS 8.0, NDD 2002, etc.;
7) File tools: either VC or DN;
8) Other software: decompression tools RAR, UNDISKP, etc.;
In fact, there are many good software under DOS, and the functions and operability are not necessarily worse than those of Windows. However, the author thinks that the main purpose of this super DOS system is to be used for "after-sales" work, so it is enough to install some related tools.

Final Words: DOS is a compact operating system, running quickly and with relatively high efficiency. Currently, there are still many programmers adding various functions to it, improving its performance, and solving its defects. If we make good use of it in practical work, we can also obtain better and faster results. Therefore, treating DOS correctly means making full use of DOS to complete our work. DOS can be competent for many tasks. The key lies in how users apply it. Just as a martial arts master will have a satisfactory weapon, I hope everyone can make good use of this inexpensive DOS weapon to complete various ultimate missions.
弟控才是王道阿
Floor 10 Posted 2010-10-10 11:17 ·  中国 辽宁 沈阳 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
Floor 11 Posted 2010-10-10 11:33 ·  中国 辽宁 沈阳 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
Floor 28: I have dozens of network boot disks, reaching over 100MB. I downloaded them from foreign websites, and some I have modified myself. There are also NETWARE ones. Contact me if needed: QQ: 304883527
lyuzhou@163.net
弟控才是王道阿
Floor 12 Posted 2010-10-10 12:57 ·  中国 辽宁 沈阳 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
email: rendaa@gmail.com | msn: davidrin@public3.bta.net.cn | oicq: 203609 | icq: 7077886
弟控才是王道阿
Floor 13 Posted 2010-10-11 09:12 ·  中国 辽宁 鞍山 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
UCDOS Section:
: The most streamlined UCDOS! (With a very easy-to-use intelligent pinyin!)

The most streamlined UCDOS! Has a very easy-to-use intelligent pinyin! Only 9 files! Compressed file is 222KB, and after decompression, the file size is 402KB.
Special notes:
1. When decompressing, the directory must be specified as X:\ucdos (where X is the drive letter for decompression storage, such as C, D, E, F, etc.)
2. There is what I consider the most concise and easy-to-use intelligent pinyin under DOS!! Very easy to use! Strongly recommended.
3. In a pure DOS system, after entering the installed UCDOS folder, you can directly enter ucdos to run.
4. Can run under Windows XP. Usage method: (1) Enter "Command Prompt". "Start" "All Programs" "Accessories" "Command Prompt"; (2) Select the UCDOS installation disk X: and press Enter, then enter cd\ucdos and press Enter, now the screen prompt is generally c:\ucdos>; (3) Enter "rdxm" and press Enter; (4) Enter "knl" and press Enter, then you enter the UCDOS system. (5) For the input method, enter PY and press Enter, then select with Alt+F2.
5. Special prompt: This way you can run UCDOS under Windows XP, but to prevent system crash, it is recommended to exit all running programs, remember, remember, and remember again! Do not directly enter ucdos to run!
6. The instructions are relatively wordy. Friends who miss the DOS era should all be able to apply, but for some friends who want to start using DOS to use it well, I still talk a bit, please forgive me!

Download address is as follows:

http://upload.cn-dos.net/img/289.rar
Tianhui Section:
: The most streamlined Tianhui Traditional Chinese Character System! (Three files including pinyin and Wubi)

1. The most streamlined Tianhui Traditional Chinese Character System! Three files, size 331KB.
2. Has pinyin and Wubi input methods.
3. Keeping only the pinyin input method is 287KB, and keeping only the Wubi input method is 278KB.
4. PY hooks up the pinyin input method, WB hooks up the Wubi input method! Enter traditional Chinese characters.

Download address is as follows:

http://upload.cn-dos.net/img/292.rar
弟控才是王道阿
Floor 14 Posted 2010-10-11 09:14 ·  中国 辽宁 鞍山 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
Junior User



Points 178
Posts 55
Registered 2006-7-9
Status Offline 『L楼 主』: Yitian Guogiao Tianhui Chinese No-Hard-Disk SRClient Restore Boot CD Download!

Please download and then change the file name yourself to extract.

(I) CTMOUSE 1.9.1 Version

ET3_KC60_TW31.part01.rar ->
http://upload.cn-dos.net/img/260.rar

ET3_KC60_TW31.part02.rar ->
http://upload.cn-dos.net/img/261.rar

ET3_KC60_TW31.part03.rar ->
http://upload.cn-dos.net/img/262.rar

ET3_KC60_TW31.part04.rar ->
http://upload.cn-dos.net/img/263.rar

ET3_KC60_TW31.part05.rar ->
http://upload.cn-dos.net/img/266.rar

ET3_KC60_TW31.part06.rar ->
http://upload.cn-dos.net/img/267.rar

ET3_KC60_TW31.part07.rar ->
http://upload.cn-dos.net/img/270.rar

ET3_KC60_TW31.part08.rar ->
http://upload.cn-dos.net/img/271.rar

ET3_KC60_TW31.part09.rar ->
http://upload.cn-dos.net/img/272.rar

ET3_KC60_TW31.part10.rar ->
http://upload.cn-dos.net/img/273.rar

(II) CTMOUSE 2.0 Version

ET3_KC60_TW31_CTMOUSE20.part01.rar ->
http://upload.cn-dos.net/img/274.rar

ET3_KC60_TW31_CTMOUSE20.part02.rar ->
http://upload.cn-dos.net/img/275.rar

ET3_KC60_TW31_CTMOUSE20.part03.rar ->
http://upload.cn-dos.net/img/276.rar

ET3_KC60_TW31_CTMOUSE20.part04.rar ->
http://upload.cn-dos.net/img/277.rar

ET3_KC60_TW31_CTMOUSE20.part05.rar ->
http://upload.cn-dos.net/img/278.rar

ET3_KC60_TW31_CTMOUSE20.part06.rar ->
http://upload.cn-dos.net/img/279.rar

ET3_KC60_TW31_CTMOUSE20.part07.rar ->
http://upload.cn-dos.net/img/280.rar

ET3_KC60_TW31_CTMOUSE20.part08.rar ->
http://upload.cn-dos.net/img/281.rar

ET3_KC60_TW31_CTMOUSE20.part09.rar ->
http://upload.cn-dos.net/img/282.rar

ET3_KC60_TW31_CTMOUSE20.part10.rar ->
http://upload.cn-dos.net/img/283.rar


Instructions: (1) This time, FreeDOS 1.0 is used as the system, so it supports FAT32 format. There are many integrated data on this CD, please download slowly! Definitely a good helper for lazy people!
(2) The self-extracting download occupies 151MB, and the extracted ISO file occupies 239MB.
(3) The design mode is mainly based on the partition planning of the first hard disk, divided into NTFS and FAT32 for backup and restore basic architecture. Generally, for a 160GB hard disk, dividing FAT32 into 40GB should be enough for backup and restore. Also, please make good use of PQMAGIC when formatting.
(4) The SRClient Restore Wizard installation mode uses batch processing mode, completed at one time. In the future, if you need to update the backup again, you can use this CD option to make the WIN.GHO file.
(5) This CD has two versions, CTMOUSE 1.9.1 and 2.0. Because dual-core computers sometimes pick on the CTMOUSE version, users must try it themselves.
(6) UCDOS 7.33 has tried to make a CD, but because the software compatibility rate is too low and it will crash when used on high-end computers, it has to be declared abandoned.


P processing: ECHO Please input "U:\>GO " for ET-Chinese Traditional System v3.5 .............
ECHO Please input "U:\>GO 1" for KC-Chinese Traditional System v6.51 ............
ECHO Please input "U:\>GO 2" for TechWay-Chinese Simplified System v3.1 .........
ECHO Please input "U:\>GO 3" for HD-FORMAT DTsysun ezBoot v8.20 (80GB~.7sec.) ...:)
ECHO Please input "U:\>GO 4" for HD-FORMAT FreeDOS v1.0 Quickly Format (HDx~64GB):)
ECHO Please input "U:\>GO 5" for HD-FORMAT Norton PQMagic v8.05 (FAT32 HDx~200GB):)
ECHO Please input "U:\>GO 6" for HD-BACKUP Norton Ghost v8.3 (WIN.GHO form) .....:)
ECHO Please input "U:\>GO 7" for FDD-HDBOOT Smart Boot Manager v3.7.2-5 Diskette :)
ECHO Please input "U:\>GO 8" for FILE-COMPRESSOR DOSACE v2.6 ....................:)
ECHO Please input "U:\>GO 9" for ET-Chinese Traditional System GW-BASIC v3.23 ...:)
ECHO Please input "U:\>GO F1" for Setup Ghost-Smart-Boot Restore & Press System ..:)
ECHO Please input "U:\>GO F2" for Setup F2 button SRClient Restore System ........:)
ECHO Please input "U:\>GO F3" for Setup Hard Disk FAT32 DOS Pragmatic Software ...:)
ECHO Please input "U:\>GO h" for HELP MENU ......................................:)
ECHO Note: (1)The 1st master Hard Disk has none of the data, it will split up -+
ECHO 1.NTFS ##Inculcate WindowsXP## ; 2.FAT32 ##Inculcate FreeDOS v1.0##
ECHO (2)GDISK a popular rule for most users: (HD=160GB)
ECHO u:\gdisk.exe 1 /cre /pri /sz:75%% /for /q System: 120GB FAT32 form
ECHO u:\gdisk.exe 1 /cre /pri /for /q System: 40GB FAT32 form
ECHO u:\gdisk.exe 1 /del /all System: Clear out all of data
ECHO u:\gdisk.exe 1 /status System: View all of partitions
ECHO ****** When Windows XP setup, it(/pri /sz:75%%) can be changed to NTFS. ******
ECHO {Freeware} Compiler:Yeh Hung Chun {2008.03.04}, E-mail:yawnp0426@gmail.com
弟控才是王道阿
Floor 15 Posted 2010-10-11 09:16 ·  中国 辽宁 鞍山 电信
版主
★★
Credits 707
Posts 287
Joined 2010-01-13 12:05
16-year member
UID 158583
Gender Female
From 尖竹汶府
Status Offline
『Post #5』: ETDOS(Yitian) 3.53A

ETDOS(Yitian) 3.53A hasn't been tested, provide it.
http://help.cn-dos.net/soft/ETDOS(Yitian)3.53A.rar
弟控才是王道阿
Forum Jump: