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-08-12 13:52
中国DOS联盟论坛 » DOS学习入门 & 精彩文章 (教学室) » Please clarify the specific content you want to translate. You provided "求autoexec.bat详尽语法大全", which is to be translated as "Seek a detailed syntax大全 of autoexec.bat". But note that "大全" here is "compendium" or "complete collection", so a more accurate translation could be "Seek a detailed syntax compendium of autoexec.bat" View 1,784 Replies 3
Original Poster Posted 2009-10-10 21:00 ·  中国 天津 河西区 电信
新手上路
Credits 11
Posts 5
Joined 2009-10-09 22:20
16-year member
UID 152862
Gender Male
Status Offline
Please provide the autoexec.bat detailed syntax大全. I used it many years ago and now I've forgotten. I can't find it online. It would be great if someone who is proficient in this could also attach the syntax of config.sys. Thanks!
Floor 2 Posted 2009-10-12 18:12 ·  中国 内蒙古 呼和浩特 联通
新手上路
Credits 6
Posts 3
Joined 2009-10-08 13:26
16-year member
UID 152759
Gender Male
Status Offline
autoexec.bat
@echo off Do not display the command line

prompt $p$g Set the directory prompt before the prompt

path c:\dos;c:\;c:\windows;c:\ucdos;c:\tools Set the path

lh c:\dos\doskey.com Load keyboard management

lh c:\mouse\mouse.com Load mouse management

lh c:\dos\smartdrv.exe Load disk acceleration management

lh c:\dos\mscdex /s /d:mscd000 /m:12 /v Load cd-rom driver

set temp=c:\temp Set temporary directory
Floor 3 Posted 2009-10-17 22:04 ·  中国 福建 福州 电信
新手上路
Credits 4
Posts 2
Joined 2009-10-10 16:02
16-year member
UID 152896
Gender Male
Status Offline
- - I have also read the "Quick Start for DOS Experts"
Floor 4 Posted 2009-10-20 21:03 ·  中国 上海 杨浦区 电信
金牌会员
★★★★
Credits 4,639
Posts 2,239
Joined 2005-01-30 00:00
21-year member
UID 35785
Gender Male
Status Offline
AUTOEXEC.BAT doesn't have any special syntax. It's the same as writing a normal batch file. You can write it however you want.
To view the statements in CONFIG.SYS, under MS-DOS 6.22, using "help config.sys" provides detailed explanations.
Forum Jump: