前几天刚接触DOS,请多指教!!
我在autoexec.bat 里写入菜单,
但是他会一直闪动,好像是循环一样,一直闪动,
只要我退到提示符再运行就不会闪动
因为我是用1G U盘做启动盘的
启动盘是在DOS 下用 format X: /S 做成的(不能显汉字,呵,还在研究中)
如
AUTOEXEC.BAT内容如下
@echo off
:_top
call w.bat box @autoexec.bat:_meu
if errorlevel 100 goto _cmd
if "%?%" == "1" goto _p1
if "%?%" == "2" goto _p2
goto _ext
:_meu
MENU
11111111111111
22222222222222
[ Last edited by xiaohangdos on 2006-12-15 at 08:51 PM ]
我在autoexec.bat 里写入菜单,
但是他会一直闪动,好像是循环一样,一直闪动,
只要我退到提示符再运行就不会闪动
因为我是用1G U盘做启动盘的
启动盘是在DOS 下用 format X: /S 做成的(不能显汉字,呵,还在研究中)
如
AUTOEXEC.BAT内容如下
@echo off
:_top
call w.bat box @autoexec.bat:_meu
if errorlevel 100 goto _cmd
if "%?%" == "1" goto _p1
if "%?%" == "2" goto _p2
goto _ext
:_meu
MENU
11111111111111
22222222222222
[ Last edited by xiaohangdos on 2006-12-15 at 08:51 PM ]
