

| Quote: | |
|
A:\> dir c:\1
Note: By default, DIR will only show the first 22 files. Use /A switch to show all.
Volume in drive C Is xxx
Volume Serial Number is xxx
Directory of C:\1
...
@echo off
rem DIR命令默认显示所有文件,且分屏显示:
set dircmd=/a/p
rem 将默认字体设为FixedSys(用font FixedSys或font 2均可):
font FixedSys
| Quote: | |
|


| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |