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!
Credits 260 Posts 47 Joined 2002-10-30 00:00 23-year member UID 105 Gender Male
Status Offline
For example: take the readme.txt file below. If I want to display "1. If the Operating System's。。。。。 Device Manager." on the DOS screen, how should I do it?
《readme.txt》
______________________________________________________________________
For Windows ME:
1. If the Operating System's New Hardware Wizard prompts you that
"New Hardware Found" for the "PCI Ethernet Controller", you should
click "Next" until "Finish" is clicked and without specifying
location of the driver. You will see the "PCI Ethernet Controller"
in the Device Manager.
2. Then you can install or update the NDIS driver with "setup" or
"setup -s" command:
a) setup: The InstallShield will prompt you the steps to install
or upgrade the driver.
b) setup -s: The InstallShield will complete the installation or
upgrade without prompting you any instruction.
You need to reboot the system immediately after the Install shield
completes the installation/upgrade.
3. Do not click "Cancel" during New Hardware Wizard searches for the
driver.
_______________________________________________________________________
Credits 260 Posts 47 Joined 2002-10-30 00:00 23-year member UID 105 Gender Male
Status Offline
Using the type readme.txt command will display the entire contents of readme.txt;
using the type readme.txt | more command will display the entire contents of readme.txt page by page, pausing when one screen is full;
how can I use DOS commands to display only line 2 through line 5 of readme.txt on the screen?
Please give me some guidance, experts! Thanks!!