![]() |
中国DOS联盟-- 联合DOS 推动DOS 发展DOS --联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum |
| 游客 | 登录 | 注册 | 会员 | 搜索 | 中国DOS联盟 |
|
中国DOS联盟论坛 现在时间是 2026-08-12 16:00 |
共 47,811 主题排行 / 349,897 发帖 / 今日 0 篇 / 48,256 会员排行 |
| DOS学习入门 & 精彩文章 (教学室) » 十篇DOS方面的学习资料 |
| 可打印版本 35,250 / 253 |
| 第91楼 yuandebao | 发表于 2007-04-16 06:15 |
| 新手上路 发帖 5 积分 12 | |
|
谢谢了,网址已收藏。
|
|
| 第92楼 shu110 | 发表于 2007-04-19 11:52 |
| 初级用户 发帖 11 积分 30 | |
|
钦佩楼主啊!!! 楼主真是太慷慨了!下载了楼主的教材,不回帖子,我睡不着觉啊!!!
万分感谢!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
| 第93楼 weianzhou | 发表于 2007-04-20 05:05 |
| 初级用户 发帖 25 积分 58 | |
|
现在好像进不了了。。。
|
|
| 第94楼 gogo2008 | 发表于 2007-04-23 04:11 |
| 新手上路 发帖 6 积分 12 | |
|
感谢提供
|
|
| 第95楼 d283405329 | 发表于 2007-04-26 07:54 |
| 初级用户 发帖 11 积分 26 | |
|
在win 下还原恢复优化 @echo off
title ◇傻瓜备份还原系统1.5◇ set cd1=%cd% :start cls set tm1=%time:~0,2% set tm2=%time:~3,2% set tm3=%time:~6,2% echo ╔┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉╗ echo.┋ %date% %tm1%点%tm2%分 by QQ25969805 ┋ echo.┋ ┋ echo ┋ 〖1.还原系统〗 ┋ echo ┋ 〖2.备份系统〗 ┋ echo ┋ 〖3.优化设置〗 ┋ echo.┋ ┋ echo.┋ ╔┉┉┉┉┉┉┉┉┉┉┉┋ echo ┋ ┋Z.退出程序┋M.程序简介┋ echo.╚┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉╝ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ echo ┏━━━━━━━━━━━━━┓ echo ┃请输入你想要的数字后回车: ┃ echo ┗━━━━━━━━━━━━━┛ set choice= set /p choice= if /i "%choice%"=="1" goto resconver if /i "%choice%"=="2" goto bak if /i "%choice%"=="3" goto basicset if /i "%choice%"=="m" goto readme if /i "%choice%"=="Z" goto end echo ┌────────────┐ echo │按任意键开始还原系统... │ echo └────────────┘ set choice= set /p choice= if /i "%choice%"=="n" goto start if /i "%choice%"=="q" goto end goto resconver ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ :bak set image=0 set nofile=0 set driver=f goto check :nextcheckf set driver=e goto check :nextchecke set driver=d goto check :nextcheckd echo ┌──────────┐ echo │ 检查可用磁盘空间...│ echo └──────────┘ set nofile=1 set driver=f goto check :nextchecknf set driver=e goto check :nextcheckne set driver=d goto check :nextchecknd echo ┌────────┐ echo │ 磁盘空间不足...│ echo └────────┘ exit goto :eof :nofilerecive if %check% NEQ 1 goto nextcheckn%driver% goto ok%driver% :recive if %check% NEQ 1 goto nextcheck%driver% if %existghostfile% NEQ 1 goto nextcheck%driver% goto ok%driver% :okf echo ┌──────────┐ echo │开始备份至%driver%盘│ echo └──────────┘ set image=fb goto function :oke echo ┌──────────┐ echo │开始备份至%driver%盘│ echo └──────────┘ set image=eb goto function :okd echo ┌──────────┐ echo │开始备份至%driver%盘│ echo └──────────┘ set image=db goto function exit goto :eof ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ :check for /f "tokens=1-10 delims=, " %%a in ('dir %driver%: ^| find "可用字节"') do set c=%%c for /f "tokens=1-10 delims=, " %%a in ('dir %driver%: ^| find "可用字节"') do set d=%%d for /f "tokens=1-10 delims=, " %%a in ('dir %driver%: ^| find "可用字节"') do set e=%%e for /f "tokens=1-10 delims=, " %%a in ('dir %driver%: ^| find "可用字节"') do set f=%%f for /f "tokens=1-10 delims=, " %%a in ('dir %driver%: ^| find "可用字节"') do set g=%%g for /f "tokens=1-10 delims=, " %%a in ('dir %driver%: ^| find "可用字节"') do set h=%%h echo %d% | find "字节" >nul if %ERRORLEVEL% neq 0 goto nexte set space=%c% :nexte echo %e% | find "字节" >nul if %ERRORLEVEL% neq 0 goto nextf set space=%c%%d% set /a space=%space%/1024/1024 :nextf echo %f% | find "字节" >nul if %ERRORLEVEL% neq 0 goto nextg set space=%c%%d%%e% set /a space=%space%/1024/1024 :nextg echo %g% | find "字节" >nul if %ERRORLEVEL% neq 0 goto nexth set space=%d%%e%%f% set /a space=%space%/1024/1024 set t=%c% set /a t=%t%*953 set /a space+=%t% :nexth echo %h% | find "字节" >nul if %ERRORLEVEL% neq 0 goto nextx set space=%c%%d%%e%%f%%g% set space=%d%%e%%f% set /a space=%space%/1024/1024 set t=%c%%d% set /a t=%t%*953 set /a space+=%t% :nextx ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::get the ghost file size %driver%: cd %driver%:\ dir ghost /d |find "ghost" >nul cls set /a n=0 set existghostfile=0 if %ERRORLEVEL% NEQ 0 goto skipghostfile set existghostfile=1 for /R "%driver%:\ghost" %%i in (*) do set /a n+=%%~zi set /a n=%n%/1024/1024 echo %n%M in %driver%:\ghost :skipghostfile echo %space%M in %driver%: free set /a space+=%n% echo %space%M in %driver%: freesize set check=0 if %space% gtr 2048 set check=1 if %nofile%==1 goto nofilerecive goto recive :bak1 if "%image%"=="fb" copy "%cd1%\ghost\ghost\fb\ghost.img" c:\boot\grub\ /y if "%image%"=="eb" copy "%cd1%\ghost\ghost\fb\ghost.img" c:\boot\grub\ /y if "%image%"=="db" copy "%cd1%\ghost\ghost\db\ghost.img" c:\boot\grub\ /y if "%image%"=="0" echo error 请联系QQ25969805 cls echo ┌─────┐ echo │load...ok`│ echo └─────┘ echo ┌───────────────────────────┐ echo │系统将在10秒钟后自动重启。如果没有自动重启。请手动重启│ echo └───────────────────────────┘ %SystemRoot%\system32\shutdown /r /t 10 /c "即将备份c盘至%driver%:\ghost\ghost" echo ┌───────────────┐ echo │取消重启请按Q.按任意键立即重启│ echo └───────────────┘ set choice= set /p choice= if /i "%choice%"=="q" goto en shutdown /a ping 127.1>nul ::for /l %%a in (1,1,15) do shutdown /r /t 0 shutdown /r /t 0 ping 127.1>nul shutdown /r /t 0 ping 127.1>nul shutdown /r /t 0 ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ :resconver set osf=0 set driver=f goto checkss :nextsf set driver=e goto checkss :nextse set driver=d goto checkss :nextsd echo ┌────────────────┐ echo │没有找到(f.e.d):\ghost\ghost文件│ echo └────────────────┘ echo ┌───────────┐ echo │开始搜索本地gho文件...│ echo └───────────┘ ping 127.1 /n 2 >nul cls echo ┌───────────┐ echo │开始搜索本地gho文件...│ echo └───────────┘ echo ┌─────────────┐ echo │这可能需要几分钟的时间... │ echo └─────────────┘ echo ┌─────┐ echo │请稍等... │ echo └─────┘ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ set driver=f goto chkgho :chkghof set driver=e goto chkgho :chkghoe set driver=d goto chkgho :chkghod echo ┌─────────┐ echo │找不到gho备份文件!│ echo └─────────┘ ping 127.1>nul goto start exit goto :eof :chkgho echo ┌───────┐ echo │正在搜索%driver%盘...│ echo └───────┘ for /f "tokens=1 delims=," %%a in ('dir %driver%:\*.gho /s ^| find /i "的目录"') do set p=%%a set /a ytest=%p%+1 if %ytest%==1 goto chkgho%driver% cls echo ┌───────────┐ echo │开始搜索本地gho文件...│ echo └───────────┘ echo ┌─────────────┐ echo │这可能需要几分钟的时间... │ echo └─────────────┘ echo ┌─────┐ echo │请稍等... │ echo └─────┘ for /f "tokens=1-9" %%a in ("%p%") do set a=%%a for /f "tokens=1-9" %%a in ("%p%") do set b=%%b for /f "tokens=1-9" %%a in ("%p%") do set c=%%c if %errorlevel%==1 goto sult1 for /f "tokens=1-9" %%a in ("%p%") do set d=%%d if %errorlevel%==1 goto sult2 for /f "tokens=1-9" %%a in ("%p%") do set e=%%e if %errorlevel%==1 goto sult3 for /f "tokens=1-9" %%a in ("%p%") do set f=%%f if %errorlevel%==1 goto sult4 for /f "tokens=1-9" %%a in ("%p%") do set g=%%g if %errorlevel%==1 goto sult5 for /f "tokens=1-9" %%a in ("%p%") do set h=%%h if %errorlevel%==1 goto sult6 for /f "tokens=1-9" %%a in ("%p%") do set i=%%i if %errorlevel%==1 goto sult7 goto sult8 :sult1 set slut=%a% goto sultend :sult2 set slut=%a% %b% goto sultend :sult3 set slut=%a% %b% %c% goto sultend :sult4 set slut=%a% %b% %c% %d% goto sultend :sult5 set slut=%a% %b% %c% %d% %e% goto sultend :sult6 set slut=%a% %b% %c% %d% %e% %f% goto sultend :sult7 set slut=%a% %b% %c% %d% %e% %f% %g% goto sultend :sult8 set slut=%a% %b% %c% %d% %e% %f% %g% %h% goto sultend :sultend for /f "tokens=4-8" %%a in ('dir "%slut%" ^| find /i ".gho"') do set gho1=%%a %%b %%c %%d %%e set ghopath=%slut%\%gho1% echo %ghopath% if not exist %driver%:\ghost md %driver%:\ghost move "%ghopath%" %driver%:\ghost\ghost echo ╔┉┉┉ echo ┋已经将"%ghopath%" 转移至 "%driver%:\ghost\ghost"! echo ╚┉┉┉ ping 127.1>nul echo ┌────────┐ echo │开始还原系统... │ echo └────────┘ ping 127.1>nul goto resconver exit ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ goto :eof :checkss Attrib -s -r -h %driver%:\recycler del %driver%:\recycler\*.gho /s /q cls set /a n=0 for /R "%driver%:\ghost" %%i in (*) do set /a n+=%%~zi set /a n=%n%/1024/1024 if not exist %driver%:\ghost\ghost goto nexts%driver% if %n% LEQ 300 goto nexts%driver% goto oks%driver% :oksf set osf=fs goto function :okse set osf=es goto function :oksd set osf=ds goto function ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ :resconver1 if "%osf%"=="fs" copy "%cd1%\ghost\ghost\fs\ghost.img" c:\boot\grub\ /y if "%osf%"=="es" copy "%cd1%\ghost\ghost\es\ghost.img" c:\boot\grub\ /y if "%osf%"=="ds" copy "%cd1%\ghost\ghost\ds\ghost.img" c:\boot\grub\ /y cls echo ┌─────┐ echo │load...ok`│ echo └─────┘ echo ┌───────────────────────────┐ echo │系统将在10秒钟后自动重启。如果没有自动重启。请手动重启│ echo └───────────────────────────┘ %SystemRoot%\system32\shutdown /r /t 10 /c "即将还原%driver%:\ghost\ghost至c盘" echo ┌───────────────┐ echo │取消重启请按Q.按任意键立即重启│ echo └───────────────┘ set choice= set /p choice= if /i "%choice%"=="q" goto en shutdown /a ping 127.1>nul ::for /l %%a in (1,1,15) do shutdown /r /t 0 shutdown /r /t 0 ping 127.1>nul shutdown /r /t 0 ping 127.1>nul shutdown /r /t 0 ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ :function attrib -a -s -h -r c:\boot.ini ren c:\boot.ini bak.ini attrib +a +s +h +r c:\bak.ini attrib -a -s -h -r "%cd1%\ghost\boot.ini" copy "%cd1%\ghost\boot.ini" c:\ /y attrib +a +s +h "%cd1%\ghost\boot.ini" if exist c:\grldr attrib -a -s -h -r c:\grldr attrib -a -s -h -r "%cd1%\ghost\grldr" copy "%cd1%\ghost\grldr" c:\ /y attrib +a +s +h +r c:\grldr attrib -a -s -h -r "%cd1%\ghost\boot" xcopy "%cd1%\ghost\boot" c:\boot\ /d/r/y/e/h attrib +a +s +h +r c:\boot attrib +a +s +h +r "%cd1%\ghost\boot" echo @ ECHO OFF>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo Title=恢复系统启动设置>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo COLOR b>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo @ echo 正在恢复系统设置.请勿操作.完成后将自动关闭并且消失>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo attrib -a -s -h -r c:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del c:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo attrib -a -s -h -r c:\bak.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo ren c:\bak.ini boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo attrib +a +s +h +r c:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo attrib -a -s -h -r c:\grldr>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del c:\grldr>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo attrib -a -s -h -r c:\boot>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo rd c:\boot /s /q>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del d:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del e:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del f:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del g:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del h:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del i:\boot.ini>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo cls>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo @ echo 正在恢复系统设置.请勿操作.完成后将自动关闭并且消失>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo cd "%ALLUSERSPROFILE%\「开始」菜单\程序\启动">>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo del reset.bat>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" echo exit>>"%ALLUSERSPROFILE%\「开始」菜单\程序\启动\reset.bat" if /i "%choice%"=="2" goto bak1 goto resconver1 ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ :readme cls echo ┏━━━━━━━━━━━━━━┓ echo ┃ ┃ echo ┃windows底下的一键ghost ┃ echo ┃ ┃ echo ┃还原: 按2次回车 ┃ echo ┃ ┃ echo ┃备份: 按数字键2再回车 ┃ echo ┃ ┃ echo ┗━━━━━━━━━━━━━━┛ echo ┌─────┐ echo │继续(Y)...│ echo └─────┘ set choice= set /p choice= if /i "%choice%"=="y" goto continue goto start :continue cls echo ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ echo ┃流程: ┃ echo ┃ ┃ echo ┃备份时: ┃ echo ┃判断 f.e.d.盘是否存在ghost文件夹 并且 剩余空间+ghost文件夹的大小大于约2G┃ echo ┃则备份到符合条件的盘。从符合条件的盘的顺序是 f→e→d ┃ echo ┃ ┃ echo ┃还原系统时寻找f→e→d盘符下ghost文件夹里的ghost文件. ┃ echo ┃如果存在这个文件并且大于300m就还原这个文件 ┃ echo ┃如果不存在ghost\ghost. ┃ echo ┃则搜索f→e→d盘符下的.gho文件转移至根目录ghost文件夹内重命名为ghost. ┃ echo ┃ ┃ echo ┃ghost文件无gho后缀。是防止比如熊猫病毒的删除. ┃ echo ┃ ┃ echo ┃原理:grub+bat+rar ┃ echo ┃ ┃ echo ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ echo ┌─────┐ echo │继续(Y)...│ echo └─────┘ set choice= set /p choice= if /i "%choice%"=="y" goto continue1 goto start :continue1 cls echo ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ echo ┃关于出错: ┃ echo ┃盘符不在第一个硬盘上时有可能会出错 ┃ echo ┃解决办法: ┃ echo ┃将第一个硬盘的其他分区盘符分配为d或e或f.在根目录下建立ghost文件夹.┃ echo ┃删除其他硬盘盘符为def硬盘根目录下的ghost文件夹即可 ┃ echo ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ echo ┌────┐ echo │返回... │ echo └────┘ pause>nul goto start ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ :basicset regedit /s "%cd1%\ghost\set\s.reg" call "%cd1%\ghost\set\s.bat" goto start ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ :en shutdown /a c: cd "%ALLUSERSPROFILE%\「开始」菜单\程序\启动\" reset.bat :end goto :eof ::┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ |
|
| 第96楼 yesmao | 发表于 2007-04-26 11:11 |
| 初级用户 发帖 18 积分 35 | |
|
谢谢分享拉
|
|
| 第97楼 wht7557 | 发表于 2007-04-26 23:58 |
| 新手上路 发帖 1 积分 0 | |
|
好东西 不顶对不起楼主
|
|
| 第98楼 xujunhao | 发表于 2007-04-29 03:15 |
| 新手上路 发帖 3 积分 6 | |
|
很不错,收藏了
|
|
| 第99楼 billow2008 | 发表于 2007-04-29 23:59 |
| 初级用户 发帖 15 积分 29 | |
|
不错!
|
|
| 第100楼 fengjing001 | 发表于 2007-04-30 08:20 |
| 初级用户 发帖 37 积分 69 | |
|
谢谢楼主。下再学习。
|
|
| 第101楼 shjuan217189 | 发表于 2007-05-01 00:46 |
| 新手上路 发帖 1 积分 2 | |
|
十篇DOS方面的学习资料 真的很不错.
|
|
| 第102楼 Forget | 发表于 2007-05-01 02:14 |
| 新手上路 发帖 1 积分 2 来自 河南 | |
|
看了 蛮不错
|
|
| 第103楼 ying0312303130 | 发表于 2007-05-01 16:09 |
| 新手上路 发帖 1 积分 2 来自 广东 | |
|
谢谢!!!;)
|
|
| 第104楼 hhhh512mail | 发表于 2007-05-03 22:05 |
| 初级用户 发帖 11 积分 39 | |
|
谢谢了
|
|
| 第105楼 ydyxy1234 | 发表于 2007-05-09 20:27 |
| 初级用户 发帖 14 积分 23 | |
|
看起来是不错!!收下啦
|
|
| 上一页 1 … 4 5 6 7 8 9 10 … 17 下一页 |
|
[ 联系联盟系统管理团队 -
中国DOS联盟 -
标准版 ] Sponsored by ifanr Inc | © 2001–2023 |