中国DOS联盟论坛

中国DOS联盟

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

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

游客:  注册 | 登录 | 命令行 | 会员 | 搜索 | 上传 | 帮助 »
中国DOS联盟论坛 » DOS启动盘 & LOGO技术 (启动盘室) » [求助]如何编辑dos文本启动菜单??????
作者:
标题: [求助]如何编辑dos文本启动菜单?????? 上一主题 | 下一主题
bearangel
新手上路





积分 4
发帖 1
注册 2007-3-10
状态 离线
『楼 主』:  [求助]如何编辑dos文本启动菜单??????

就这种啊???/


@echo off
a: >nul
cd\ >nul
cd soft >nul

:_maxat
if not exist %ramdrive%\tway.exe pkzip -O A:\soft\twx.zip %RAMDRIVE%\ >NUL
%RAMDRIVE%\ >nul
tway.exe /np /nw >nul
cls
:_top
call w.bat box @autogo.bat:mu_1
if errorlevel 100 goto _cmd
if "%?%" == "1" goto _full
if "%?%" == "2" goto _dfq
if "%?%" == "3" goto _netbak
if "%?%" == "4" goto _ghost
if "%?%" == "5" goto _cmd
goto _ext
:mu_1
           MaxDOS NDIS2驱动全自动网刻系统
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
※                                                    ※
※        [     1. 全盘网络刻隆          ]            ※
※                                                    ※
※        [     2. 单分区网络刻隆        ]            ※
※                                                    ※
※        [     3. 备份镜像至服务器      ]            ※
※                                                    ※
※        [     4. 启动GHOST 8.3版       ]            ※
※                                                    ※
※        [     5. 返回 DOS 命令行       ]            ※
※                                                    ※
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
   本程序由Max工作室 Http://Pzz.Cn 制作! 拒绝复制!

注意: DOS下操作风险大,请注意做好备份工作.
      如果您想使用旧版本的命令行模式网刻,请选择"返回
      DOS命令行"运行以往旧版的命令,详情请查看说明文件!
::

:_ghost
cls
quit
call ghost.exe
goto _maxat

:_dfq
cls
call w.bat box @autogo.bat:_dfqa
if errorlevel 100 goto _top
if "%max%"=="c" goto _c
if "%max%"=="d" goto _d
if "%max%"=="e" goto _e
if "%max%"=="f" goto _f
if "%max%"=="g" goto _g
goto _top
:_dfqa
              MaxDOS 单分区全自动网络刻隆
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
※                                                    ※
※          如果您要刻隆C盘,请在下框中输入C          ※
※          如果您要刻隆D盘,请在下框中输入D          ※
※          如果您要刻隆E盘,请在下框中输入E          ※
※          如果您要刻隆F盘,请在下框中输入F          ※
※          如果您要刻隆G盘,请在下框中输入G          ※
※                                                    ※
※         进入网刻前请先准备好您的网刻服务器         ※
※         网刻服务器的IP地址请设为: 10.1.1.1         ※
※           网刻的子奄码请设为: 255.0.0.0            ※
※          网刻的GhostSrv会话名请设为: Max           ※
※          并在GhostSrv中选择分区,即可继续           ※
※                                                    ※
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
    本程序由Max工作室 Http://Pzz.Cn 制作! 拒绝复制!
              请输入您要网刻的分区 [$ max,1]
::

:_c
cls
quit
%ramdrive%\
ghost.exe -clone,mode=prestore,src=@mcmax,dst=1:1 -sure -rb
goto _maxat

:_d
cls
quit
%ramdrive%\
ghost.exe -clone,mode=prestore,src=@mcmax,dst=1:2 -sure -rb
goto _maxat

:_e
cls
quit
%ramdrive%\
ghost.exe -clone,mode=prestore,src=@mcmax,dst=1:3 -sure -rb
goto _maxat

:_f
cls
quit
%ramdrive%\
ghost.exe -clone,mode=prestore,src=@mcmax,dst=1:4 -sure -rb
goto _maxat

:_g
cls
quit
%ramdrive%\
ghost.exe -clone,mode=prestore,src=@mcmax,dst=1:5 -sure -rb
goto _maxat

:_full
cls
call w.bat box @autogo.bat:sc_4
if errorlevel 100 goto _top
if "%?%" == "1" goto _allgho
goto _top
:sc_4
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
※                 MaxDOS全盘网络刻隆                 ※
※                                                    ※
※         进入网刻前请先准备好您的网刻服务器         ※
※         网刻服务器的IP地址请设为: 10.1.1.1         ※
※           网刻的子奄码请设为: 255.0.0.0            ※
※          网刻的GhostSrv会话名请设为: Max           ※
※         请做好以上准备后按回车开始全盘刻隆         ※
※                                                    ※
※       本向导操作危险,请注意做好您的备份操作       ※
※      如在操作中发生任何问题,本工作室慨不负责      ※
※※※※※※※※※※※※※※※※※※※※※※※※※※※※            
                                                
                           [确定(&O)] [取消(&C)]   
::

:_allgho
cls
quit
%ramdrive%\
ghost -clone,mode=restore,src=@MCmax,dst=1 -sure -rb
goto _maxat

:_netbak
cls
call w.bat box @autogo.bat:_netbak1
if errorlevel 100 goto _top
if "%nbak%"=="c" goto _nbc
if "%nbak%"=="d" goto _nbd
if "%nbak%"=="e" goto _nbe
if "%nbak%"=="f" goto _nbf
if "%nbak%"=="g" goto _nbg
if "%nbak%"=="a" goto _nba
goto _top
:_netbak1
              MaxDOS 镜像上传至服务器备份
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
※                                                    ※
※          如果您要备份C盘,请在下框中输入C          ※
※          如果您要备份D盘,请在下框中输入D          ※
※          如果您要备份E盘,请在下框中输入E          ※
※          如果您要备份F盘,请在下框中输入F          ※
※          如果您要备份G盘,请在下框中输入G          ※
※         如果您要备份全盘,请在下框中输入A          ※
※                                                    ※
※         进入网刻前请先准备好您的网刻服务器         ※
※         网刻服务器的IP地址请设为: 10.1.1.1         ※
※           网刻的子奄码请设为: 255.0.0.0            ※
※          网刻的GhostSrv会话名请设为: Max           ※
※                                                    ※
※※※※※※※※※※※※※※※※※※※※※※※※※※※※
    本程序由Max工作室 Http://Pzz.Cn 制作! 拒绝复制!
              请输入您要网刻的分区 [$ nbak,1]
::

:_nbc
cls
quit
%ramdrive%\
ghost -clone,dst=@MCmax,src=1:1 -sure
goto _maxat

:_nbd
cls
quit
%ramdrive%\
ghost -clone,dst=@MCmax,src=1:2 -sure
goto _maxat

:_nbe
cls
quit
%ramdrive%\
ghost -clone,dst=@MCmax,src=1:3 -sure
goto _maxat

:_nbf
cls
quit
%ramdrive%\
ghost -clone,dst=@MCmax,src=1:4 -sure
goto _maxat

:_nbg
cls
quit
%ramdrive%\
ghost -clone,dst=@MCmax,src=1:5 -sure
goto _maxat

:_nba
cls
quit
%ramdrive%\
ghost -clone,dst=@MCmax,src=1 -sure
goto _maxat


:_cmd
quit >nul
cls >nul
a: >nul
cd\ >nul
goto _ext >nul

:_ext
cls

2007-3-10 05:53
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复
lianjiang2004
金牌会员





积分 3946
发帖 1884
注册 2006-1-20
状态 离线
『第 2 楼』:  

如何编辑?用记事本即可。不过内容如何写,就需学习了。呵呵。



Windows 一键还原
http://www.yjhy.com
2007-3-10 06:12
查看资料  发短消息 网志   编辑帖子  回复  引用回复
dingamao
初级用户





积分 118
发帖 47
注册 2007-3-10
状态 离线
『第 3 楼』:  

楼上正解,任何文本编辑工具都可以!你怎么修改都可以,当然大前提是你要懂得一些基本的操作

2007-3-11 01:52
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复

请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: