中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

中国DOS联盟论坛
现在时间是 2026-06-25 13:14
中国DOS联盟论坛 » DOS学习入门 & 精彩文章 (教学室) » 十篇DOS方面的学习资料 查看 33,642 回复 253
91 发表于 2007-04-16 06:15 ·  中国 陕西 商洛 电信
新手上路
积分 12
发帖 5
注册 2007-04-16 04:19
19年会员
UID 85339
性别 男
状态 离线
谢谢了,网址已收藏。
92 钦佩楼主啊!!! 发表于 2007-04-19 11:52 ·  中国 山西 晋城 联通
初级用户
积分 30
发帖 11
注册 2006-11-09 11:37
19年会员
UID 70138
性别 男
状态 离线
楼主真是太慷慨了!下载了楼主的教材,不回帖子,我睡不着觉啊!!!

万分感谢!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
93 发表于 2007-04-20 05:05 ·  中国 广东 揭阳 电信
初级用户
积分 58
发帖 25
注册 2007-04-18 10:29
19年会员
UID 85612
性别 男
状态 离线
现在好像进不了了。。。
94 发表于 2007-04-23 04:11 ·  中国 湖北 武汉 电信
新手上路
积分 12
发帖 6
注册 2007-03-26 09:07
19年会员
UID 82958
性别 男
状态 离线
感谢提供
95 在win 下还原恢复优化 发表于 2007-04-26 07:54 ·  中国 福建 龙岩 电信
初级用户
积分 26
发帖 11
注册 2007-04-25 07:32
19年会员
UID 86397
性别 男
状态 离线
@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 发表于 2007-04-26 11:11 ·  中国 山西 忻州 联通
初级用户
积分 35
发帖 18
注册 2007-01-14 01:18
19年会员
UID 76436
性别 男
状态 离线
谢谢分享拉
97 发表于 2007-04-26 23:58 ·  中国 福建 漳州 电信
新手上路
积分 0
发帖 1
注册 2007-04-16 01:00
19年会员
UID 85322
性别 男
状态 离线
好东西 不顶对不起楼主
98 发表于 2007-04-29 03:15 ·  中国 辽宁 大连 联通
新手上路
积分 6
发帖 3
注册 2007-03-30 10:06
19年会员
UID 83381
性别 男
状态 离线
很不错,收藏了
99 发表于 2007-04-29 23:59 ·  中国 陕西 西安 电信
初级用户
积分 29
发帖 15
注册 2007-04-29 22:37
19年会员
UID 86929
性别 男
状态 离线
不错!
100 发表于 2007-04-30 08:20 ·  中国 湖南 邵阳 电信
初级用户
积分 69
发帖 37
注册 2007-01-01 14:22
19年会员
UID 75195
性别 男
状态 离线
谢谢楼主。下再学习。
101 十篇DOS方面的学习资料 发表于 2007-05-01 00:46 ·  中国 辽宁 朝阳 联通
新手上路
积分 2
发帖 1
注册 2007-04-30 23:17
19年会员
UID 87064
性别 女
状态 离线
真的很不错.
102 发表于 2007-05-01 02:14 ·  中国 河南 漯河 联通
新手上路
积分 2
发帖 1
注册 2007-05-01 01:50
19年会员
UID 87076
性别 男
来自 河南
状态 离线
看了 蛮不错
103 发表于 2007-05-01 16:09 ·  中国 北京 北京华宇兴盛科技发展有限公司电信节点
新手上路
积分 2
发帖 1
注册 2007-05-01 15:33
19年会员
UID 87195
性别 男
来自 广东
状态 离线
谢谢!!!;)
104 发表于 2007-05-03 22:05 ·  中国 河南 周口 联通
初级用户
积分 39
发帖 11
注册 2007-05-03 03:26
19年会员
UID 87335
性别 男
状态 离线
谢谢了
105 发表于 2007-05-09 20:27 ·  中国 广西 钦州 灵山县 电信
初级用户
积分 23
发帖 14
注册 2007-05-09 11:11
19年会员
UID 87933
性别 男
状态 离线
看起来是不错!!收下啦
论坛跳转: