能发我一份usercmd.bat 吗?
多谢了! 我的已经在上面的论坛上了。帮我改一改也好啊!!
能发我一份usercmd.bat 吗?
多谢了! 我的已经在上面的论坛上了。帮我改一改也好啊!!
那是系统自己生成的!不用编辑也能用!!
可是我的usercmd.bat生成时没有qvsmem那句啊。
而且 出现 98界面后死机啊!
想生成bootlog.txt吧 ,他还读A: !!!
不知道是何故???
请多指教!!
你用的WIN98是什么版本?
你的问题很精典!!的确,用LITENET 上传之后是没有QVMEM 那个选项,不过这可以自己加上去,另外还要去掉QrsetAll 的 REM!!
其方法是:1、去掉QrsetAll前面的REM
2.在QrsetAll前加上命令 QVMEM S: %SERVER% %USERNAME%
就可以啦,另外那个CHOICE什么什么的可以删掉,省得麻烦!
我用的 98 是第一版的,而且是正版的,方正原装机带的。ewin98也是正版的,不过都没用的。
qvmem s \%server%%username% 我加了,system.ini 我也改了。
rem qrestall 的 rem 我也去掉了。
win386.* 的那个文件也在 username目录生成了。
可还是读 我的A:
你可以去上面看我的 usercmd.bat 。要在win.com前加 c: ,否则啊!哎!!!连win.com都不执行,就读我的 A:
请高手指点!!!!!!!!!
好的,没问题,我马上发给你.
估计是你在装litenet的时候配置不对,生成的启动盘有问题, 你还要检查一下你的网络盘连接对不?
从新生成一张启动盘试试
引用:
发起人 bsyang: [b]我用的 98 是第一版的,而且是正版的,方正原装机带的。ewin98也是正版的,不过都没用的。 ..... 可还是读 我的A: 你可以去上面看我的 usercmd.bat 。要在win.com前加 c: ,否则啊!哎!!!连win.com都不执行,就读我的 A:请高手指点!!!!!!!!! [/b]
我改了我的usercmd.bat ,和 system.ini,昨天发现
嘿,又一个怪事:在执行完qrestall后,工作站的和服务器的A:一起读,不过服务器的要轻一些。下面付上我的 usercmd.bat 和 system.ini 和 …
usercmd.bat
PATH %PATH%;C:\WINDOWS\LITENET
rem Put QNetName.exe in your path and uncomment ‘rem QNetName.exe’
rem and ‘rem call QNBName.bat’ if you want to use DHCP system on multiple clients.
rem Please read the associated documentation to know how to use QNetName
QNetName.exe
call %TEMP%\QNBName.bat
rem Please read the associated documentation to know how to use QUserMan
QUserMan %HOME%
rem Put QSetBD.exe in your path and uncomment ‘rem QSetBD.exe’
rem if you want to make the system think it booted from disk %DRIVE%.
rem Please read the associated documentation to know how to use QSetBD
QSetBD %DRIVE%
rem the next line will perform auto logon feature if TweakUI is installed
rem in windows system folder and if QAUTOLOG created A:\WINBOOT\QAUTOLOG.REG file
if exist %WINDIR%\SYSTEM\TweakUI.CPL if exist a:\winboot\qautolog.reg regedit a:\winboot\qautolog.reg
rem Put QRestAll.exe in your path and uncomment the next line
rem if you want to use floppy drive andrem IDE devices with intel dosundi
if exist %HOME%\PATCHED.REG goto notchange
QPATCH C:\WINDOWS\CHN.REG %HOME%\PATCHED.REG
regedit %HOME%\PATCHED.REG
:notchange
QRestAll
net use s: \%SERVER%%USERNAME%
QVMEM S: %SERVER% %USERNAME%
choice /C:YN /T:Y,03 Hit N and Ctrl-C not to launch Windows (stop the batch)
if errorlevel 2 pause
%windir%\win.com
system.ini
PagingDrive=s:
MinPagingFileSize=32768
MaxPagingFileSize=131072
startnet.bat
@echo off
set comspec=a:\command.com
rem QUALCNX can be used to log on automaticly or to ask for a
rem login name and a password.
rem For more information, type QUALCNX at DOS prompt or refer to
rem the documentation .
SET NETBUFF=124
set temp=a:\winboot
rem The next 3 lines are the ones needed to autolog with
rem ComputerName=UserName. Note that we use LNGUEST user to perform
rem the first actual login. LNGUEST user MUST exist and have read permissions
rem to %WINDIR%\NetNames.db file
lh qualcnx
call %TEMP%\username.bat
qautolog
call qautolog.bat
SET PATH=
SET PATH=%windir%;%windir%\COMMAND
set temp=%drive%%USERNAME%
set tmp=%TEMP%
set home=%TEMP%
%DRIVE%
cd %home%
set comspec=%windir%\command.com
lh a:\winboot\qualreg %HOME% /R
if not exist %home%\temp\nul md %home%\temp > NUL
set temp=%home%\temp
set tmp=%home%\temp
set comspec=%windir%\command.com
set winbootdir=%windir%
call %windir%\usercmd.bat
setvars.bat
SET WINDIR=C:\WINDOWS
SET DRIVE=C:
SET NETCARD=MXNICF.DOS
SET SERVER=bs-00
SET SHARE=win98
你的问题好像我们都没有遇到过, 你查查看你的电脑是不是有病毒。
[被 网之鹰 编辑过(日期 12-16-2000)]
我也是怀疑 病毒的。不过我用kv300杀杀杀…
…没毒。
bsyang你以下几行有问题,net use那一行去掉.
QRestAll
net use s: \%SERVER%%USERNAME%
QVMEM S: %SERVER% %USERNAME%
[被 迷侠 编辑过(日期 12-17-2000)]
迷侠:你好!
我的那一句 原来是没有的.是不好用的时候,我听了一个朋友的话,加上的,其实那句没什么用的.