新手请教 我改了MAXDOS里的config.SYS和AUTOEXEC.BAT后老重启
autoexe.bat
@echo off
::: Power By MaxStudio
Http://MaxDOS.Net Http://Pzz.Cn
IF %CM0%#==C# GOTO MaxDOS3
set EXPAND=YES
a:\soft\xmsdsk 10240 x: /y /t >NUL
a:\soft\FINDRAMD.EXE >nul
path=a:\;a:\soft;x:\;x:\lan;x:\soft;x:\net;x:\ng;x:\tmp >nul
md x:\Tmp >nul
md x:\soft >nul
set temp=x:\Tmp
set tmp=x:\Tmp
pkzip -O a:\soft\max.zip x:\soft\ >nul
IF %CM0%#==A# GOTO MaxDOS1
IF %CM0%#==B# GOTO MaxDOS2
:Maxdos1
call m.bat
goto _end
:Maxdos2
call gh.bat
goto _end
:MaxDOS6
path=a:\;a:\maxnet;a:\soft; >nul
cls
goto _end
:_end
config.SYS
device=config.exe
device=ConMenu.sys
SHELL=command.com /P /E:640
dos=NOAUTO,high,umb
files=80
stackshigh=9,256
lastdrive=z
buffers=20,8
numlock=on
rem color=07
rem default=B,7
rem caption=
rem caption= 风轩科技
rem caption====================================
rem endnote=南邢郭电脑服务中心一键恢复/备份
rem endnote=www.nxgcn.cn
rem cm0=
rem cm0=
rem cm0=
rem cm0=
config.sys用VTMagic -m0 /t config.txt 这个命令生成的
Last edited by wjjwsj on 2008-9-17 at 11:39 AM ]
Newbie asks for help. I changed the config.SYS and AUTOEXEC.BAT in MAXDOS and it keeps rebooting.
autoexe.bat
@echo off
::: Power By MaxStudio
Http://MaxDOS.Net Http://Pzz.Cn
IF %CM0%#==C# GOTO MaxDOS3
set EXPAND=YES
a:\soft\xmsdsk 10240 x: /y /t >NUL
a:\soft\FINDRAMD.EXE >nul
path=a:\;a:\soft;x:\;x:\lan;x:\soft;x:\net;x:\ng;x:\tmp >nul
md x:\Tmp >nul
md x:\soft >nul
set temp=x:\Tmp
set tmp=x:\Tmp
pkzip -O a:\soft\max.zip x:\soft\ >nul
IF %CM0%#==A# GOTO MaxDOS1
IF %CM0%#==B# GOTO MaxDOS2
:Maxdos1
call m.bat
goto _end
:Maxdos2
call gh.bat
goto _end
:MaxDOS6
path=a:\;a:\maxnet;a:\soft; >nul
cls
goto _end
:_end
config.SYS
device=config.exe
device=ConMenu.sys
SHELL=command.com /P /E:640
dos=NOAUTO,high,umb
files=80
stackshigh=9,256
lastdrive=z
buffers=20,8
numlock=on
rem color=07
rem default=B,7
rem caption=
rem caption= 风轩科技
rem caption====================================
rem endnote=南邢郭电脑服务中心一键恢复/备份
rem endnote=www.nxgcn.cn
rem cm0=
rem cm0=
rem cm0=
rem cm0=
config.sys was generated with the command VTMagic -m0 /t config.txt
Last edited by wjjwsj on 2008-9-17 at 11:39 AM ]