| 
 | 
8#
 
 
 楼主 |
发表于 2010-4-16 21:58:13
|
只看该作者
 
 
 
找了一个第三方工具:修改分辨率的程序SETRES 
 
批处理是这样的没有成功还是黑屏,如果有错请指出问题: 
 
@echo off 
SETRES h320 v200 b16 f60 
set EXPAND=YES  
ctmouse >nul 
a:\xmsdsk 2096 /y /t >NUL 
cls 
findramd >nul 
mkdir %RAMDRIVE%\temp 
set tmp=%RAMDRIVE%\temp 
set temp=%RAMDRIVE%\temp 
SET PATH=%RAMDRIVE%\;A:\ 
copy a:\command.com %RAMDRIVE%\ >NUL 
set comspec=%RAMDRIVE%\command.com 
%RAMDRIVE% 
A:\DISKGEN >NUL 
 
或者 
@echo off 
if %computername%==001 SETRES h800 v600 b32 f65 
if %computername%==002 SETRES h1024 v768 b32 f85 
if %computername%==003 SETRES h1280 v960 b32 f72 
set EXPAND=YES  
ctmouse >nul 
a:\xmsdsk 2096 /y /t >NUL 
cls 
findramd >nul 
mkdir %RAMDRIVE%\temp 
set tmp=%RAMDRIVE%\temp 
set temp=%RAMDRIVE%\temp 
SET PATH=%RAMDRIVE%\;A:\ 
copy a:\command.com %RAMDRIVE%\ >NUL 
set comspec=%RAMDRIVE%\command.com 
%RAMDRIVE% 
A:\DISKGEN >NUL 
 
个人认为DISKGEN.exe有不足,DOS一加载这个程序就黑屏 
 
[ 本帖最后由 ggmm888 于 2010-4-17 08:06 编辑 ] |   
 
 
 
 |