![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-03 18:18 |
48,038 topics / 350,123 posts / today 0 new / 48,251 members |
| DOS批处理 & 脚本技术(批处理室) » [Attention] Batch Processing Diagnosis Special Room |
| Printable Version 17,426 / 172 |
| Floor91 anson | Posted 2003-06-22 00:00 |
| 初级用户 Posts 66 Credits 321 | |
|
I want to make a boot CD that automatically installs win98, but I don't know how to use a created batch file on the boot CD to automatically install Win98. First use the install command setup, followed by the path and filename of the .inf file just created by Batch 98. (The default filename is Msbatch.inf.) For example, typing the following command on the command line: setup msbatch.inf /is will start installing Win98 automatically and read the .inf file as required.
How should I set up msbatch.inf in the batch file (this file is on the CD) so that it can carry out the entire automatic installation of win98~~~? |
|
| Floor92 anson | Posted 2003-06-23 00:00 |
| 初级用户 Posts 66 Credits 321 | |
|
IF "%config%"=="SETUP_CD" goto AUTOSETUP
GOTO QUIT :AUTOSETUP set CDROM=FOO23 FINDCD.EXE if "%CDROM%"=="FOO23" goto NOCDROM path=a:\;%CDROM%\ %CDROM% cd \WIN98 <---------------------------what does this mean, does it open the win98 directory under the CD? echo. Or does it sort of expand the win98 directory like in DOS? OEMSETUP.EXE /K "/IE /NF" goto QUIT Can you answer me? |
|
| Floor93 superdos | Posted 2003-06-24 00:00 |
| 中级用户 Posts 43 Credits 272 | |
|
Question for the experts:
How can I use .bat to increase visits to my personal homepage!!!! |
|
| Floor94 aodif | Posted 2003-06-24 00:00 |
| 初级用户 Posts 1 Credits 109 | |
|
How do I configure MSCONFIG in WIN98?
|
|
| Floor95 yscrack | Posted 2003-06-30 00:00 |
| 初级用户 Posts 2 Credits 108 | |
|
Moderator, please help. I want to make a batch file that starts program a.exe, and after that program finishes running, deletes file b.sys. Experts, please tell me how to write the last step. Thanks!
|
|
| Floor96 shadowman | Posted 2003-07-01 00:00 |
| 初级用户 Posts 26 Credits 218 | |
|
Moderator, this is the content of my autoexec.bat file (please look at it together with the file in the config.sys clinic):
@ECHO OFF goto %config% :KVD2003 @ECHO OFF set EXPAND=YES SET DIRCMD=/O:N cls path=a:\; CLS ECHO. ECHO This is a KV2003 2003-6-30 5M DOS Edition ! ECHO. ECHO Kvd2003 32bit version 7.01.213 (DOS32V) echo. echo Make by ** Shadowman ** echo. echo ----------------------------------------------------------------------------- KVD2003 :JMHDFIX JMHDFIX |
|
| Floor97 SXGXB | Posted 2003-07-02 00:00 |
| 初级用户 Posts 13 Credits 156 From 陕西 | |
|
How can I make MOUSE。COM on the boot disk run automatically after startup? In CONFIG。SYS or in AUTOEXEC。BAT?
|
|
| Floor98 nre | Posted 2003-07-02 00:00 |
| 银牌会员 Posts 361 Credits 1,210 | |
The following is quoted from SXGXB on 2003-7-2 20:47:46: AUTOEXEC。BAT |
|
| Floor99 SXGXB | Posted 2003-07-02 00:00 |
| 初级用户 Posts 13 Credits 156 From 陕西 | |
|
Thanks, how exactly should it be configured?
|
|
| Floor100 nre | Posted 2003-07-02 00:00 |
| 银牌会员 Posts 361 Credits 1,210 | |
|
relative or absolute path\mouse.com
LH means load into UMB to run; most programs can use the LH parameter. |
|
| Floor101 SXGXB | Posted 2003-07-03 00:00 |
| 初级用户 Posts 13 Credits 156 From 陕西 | |
|
Thanks
|
|
| Floor102 hzy | Posted 2003-07-16 00:00 |
| 高级用户 Posts 135 Credits 578 | |
|
I want to write a boot disk batch file with the following functions, using Ghost.exe for backup and restore, but I don't know what tools I need or how to write it.
1. Restore function: Boot from the boot disk — prompt for the name of the backup file to restore, %xxx.gho% — search for xxx.gho, put the full path of the xxx.gho found into the command below; if this file does not exist, then go back to the previous step and enter another filename — prompt for which %partition% the backup file should be restored to, put the variable %partition% into the command below — execute the Ghost restore command: ghost -clone,mode=pload,src=%full path\xxx.gho%:1,dst=1:%partition% -sure 2. Backup function: Boot from the boot disk — prompt for the %partition A% to back up — set a value, for example: 2G, make a check, and put the backup file into the first %partition B% with more than 2G of free space — prompt for the backup %filename% — put the above variables into the command below to execute the backup: ghost -clone,mode=pdump,src=1:%partition A% ,dst=%partition B%\%filename% -z9 -sure |
|
| Floor103 hzy | Posted 2003-07-24 00:00 |
| 高级用户 Posts 135 Credits 578 | |
| Floor104 hzy | Posted 2003-07-26 00:00 |
| 高级用户 Posts 135 Credits 578 | |
| Floor105 hzy | Posted 2003-07-26 00:00 |
| 高级用户 Posts 135 Credits 578 | |
| Prev 1 … 4 5 6 7 8 9 10 … 12 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |