
CODE: [Copy to clipboard]PS:一般不建议用%temp%、%tmp%变量(系统默认为临时文件夹路径变量)for /f %%i in ('"cscript //nologo 内存.vbs"') do (
if %%i LSS 150000 goto 128
if %%i LSS 280000 goto 256
if %%i LSS 400000 goto 384
if %%i LSS 550000 goto 524
if %%i LSS 800000 goto 780
if %%i LSS 1100000 goto 1G
goto x
)
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |