当前位置:DOS资源站资料中心批处理教程 → 批处理程序网址导航大全

批处理程序网址导航大全

减小字体 增大字体 作者:佚名  来源:本站整理  发布时间:2008-4-30 0:33:47


@echo off&title DOS资源站 www.cmdos.net
goto cd
:cuo
cls
echo\&echo         你的选择 %xz% 无效!!!
pause>nul&goto cd
cls
:pcb_
start "" "http://web.pcbinfo.net/" &goto cd
:1_
start "" "http://bbs.bathome.cn" &goto cd
:4_
start "" "http://bbs.verybat.cn" &goto cd
:2_
start "" "dos.net/forum/viewthread.php?tid=27667&fpage=1">http://www.cn-dos.net/forum/viewthread.php?tid=27667&fpage=1" &goto cd
:6_
start "" "http://www.baidu.com/s?wd=&tn=dwso_22_dg" &goto cd
5_
start "" "http://www.fs2you.com/zh-cn/" &goto cd
18_
start "" "http://www.in9.cn/index.php" &goto cd
:14_
start "" "http://www.hyasxp.com/" &goto cd
:19_
start "" "http://www.dhghost.cn/" &goto cd
:17_
start "" "http://www.freeskycd.com.cn/bbs/" &goto cd
:13_
start "" "http://www.tomatolei.com/" &goto cd
:16_
start "" "http://www.ylmf.com/" &goto cd
:15_
start "" "http://bbs.deepin.org/index.php" &goto cd
:6_
start "" "http://www.baidu.com" &goto cd
:3_
start "" "http://www.google.cn" &goto cd
:7_
start "" "http://www.xdowns.com/" &goto cd
:8_
start "" "http://www.97sky.cn/" &goto cd
:9_
start "" "http://download.zol.com.cn/download_cate_notebook/notebook_page_1.html" &goto cd
:10_
start "" "http://soft.kittydown.com/" &goto cd
:11_
start "" "http://www.duote.com/" &goto cd
:12_
start "" "http://www.mydrivers.com/" &goto cd
:cd
@echo off
title 批处理网子大全 fmr520 QQ 56059445
color e
mode con cols=85 lines=20
set "xz=:"
cls
echo\&echo *====================================================*
echo.                     主菜单
echo\&echo *====================================================*&echo  A.批处理DOS  B.软件下
载  C.电脑技术  D.其他网页
echo\&echo. YH.银行网页
echo *====================================================*
echo\&echo.                                                                  0.退出
echo. ────────────────────────────────────
echo\&set /p xz=请输入(A/B/C.../0):
if "%xz%" == "0" exit
set "xz=%xz:"=%"
set "xz=%xz:,=%"
set "xz=%xz:;=%"
if "%xz%" == ":" goto cd
if /i "%xz%" == "A" goto A_
if /i "%xz%" == "B" goto B_
if /i "%xz%" == "C" goto C_
if /i "%xz%" == "D" goto D_
if /i "%xz%" == "YH" goto YH_
goto cuo
:A_
cls
echo\&echo *====================================================*&echo                       
批处理DOS
echo *====================================================*
echo\&echo  01.批处理之家                  02.CN-DOS批处理室经典帖子分类索引
echo\&echo  04.非常批处理
call :dd
echo. ────────────────────────────────────
echo\&set /p xz=请输入(1/2/3.../0):
if "%xz%" == "0" exit
if "%xz%" == ":" goto cd
if /i "%xz%" == "d" goto d_
if /i "%xz%" == "c" goto c_
if /i "%xz%" == "a" goto a_
if /i "%xz%" == "b" goto b_
if "%xz%" == "1" goto 1_
if "%xz%" == "2" goto 2_
if "%xz%" == "3" goto 3_
if "%xz%" == "4" goto 4_
if "%xz%" == "5" goto 5_
if "%xz%" == "6" goto 6_
if /i "%xz%" == "yh" goto yh_
goto cuo
:B_
cls
echo\&echo *====================================================*&echo                       
软件下载
echo *====================================================*
echo\&echo  07.★绿色软件联盟★            08.97sky下载站(原51ct资源站)
echo\&echo  09.各类笔记本驱动(中关村在线)  11.多特
echo\&echo  10.小猫软件园                  12.驱动之家
call :dd
echo. ────────────────────────────────────
echo\&set /p xz=请输入(7/8/9.../0):
if "%xz%" == "0" exit
if /i "%xz%" == "d" goto d_
if /i "%xz%" == "c" goto c_
if /i "%xz%" == "a" goto a_
if /i "%xz%" == "b" goto b_
if "%xz%" == ":" goto cd
if "%xz%" == "7" goto 7_
if "%xz%" == "8" goto 8_
if "%xz%" == "9" goto 9_
if "%xz%" == "10" goto 10_
if "%xz%" == "11" goto 11_
if "%xz%" == "12" goto 12_
if /i "%xz%" == "yh" goto yh_
goto cuo
:C_
cls
echo\&echo *====================================================*&echo                        
电脑技术
echo *====================================================*
echo\&echo  13.番茄软件                    14.寒岩傲松技术论坛
echo\&echo  15.深度技术论坛                16.雨林木风
echo\&echo  17.自由天空技术论坛            18.999宝藏网
echo\&echo  19.电脑公司特别版论坛
call :dd
echo. ────────────────────────────────────
echo\&set /p xz=请输入(13/14/15.../0):
if "%xz%" == "0" exit
set "xz=%xz:"=%"
set "xz=%xz:,=%"
set "xz=%xz:;=%"
if /i "%xz%" == ":" goto c_
if /i "%xz%" == "d" goto d_
if /i "%xz%" == "c" goto c_
if /i "%xz%" == "a" goto a_
if /i "%xz%" == "b" goto b_
if "%xz%" == "13" goto 13_
if "%xz%" == "14" goto 14_
if "%xz%" == "15" goto 15_
if "%xz%" == "16" goto 16_
if "%xz%" == "17" goto 17_
if "%xz%" == "18" goto 18_
if "%xz%" == "19" goto 19_
if /i "%xz%" == "yh" goto yh_
goto cuo
:d_
cls
echo\&echo *====================================================*&echo                        
其他网页
echo *====================================================*
echo.  p.我的相册      du.我的百度博客  fmr.我的主页 
echo\&echo.  pcb.PCB信息网   8e.八千亿博客    03.打开谷歌
echo\&echo   05.Fs2You 免费网络硬盘           06.打开百度
echo\&echo   msn.中国msn
call :dd
echo. ────────────────────────────────────
echo\&set /p xz=请输入(p/du/fmr.../0):
if "%xz%" == "0" exit
set "xz=%xz:"=%"
set "xz=%xz:,=%"
set "xz=%xz:;=%"
if /i "%xz%" == ":" goto d_
if /i "%xz%" == "d" goto d_
if /i "%xz%" == "pcb" goto pcb_
if /i "%xz%" == "c" goto c_
if /i "%xz%" == "a" goto a_
if /i "%xz%" == "b" goto b_
if /i "%xz%" == "p" goto p_
if /i "%xz%" == "du" goto du_
if /i "%xz%" == "fmr" goto fmr_
if /i "%xz%" == "msn" goto msn_
if /i "%xz%" == "8e" goto 8e_
if /i "%xz%" == "yh" goto yh_
goto cuo
:yh_
cls
echo\&echo *====================================================*&echo                        
银行网页
echo *====================================================*
echo. gs.工商银行 ny.农业银行  zs.招商银行 js.建设银行
echo\&echo. jt.交通银行 zg.中国银行  ms.民生银行
call :dd
echo. ────────────────────────────────────
echo\&set /p xz=请输入(p/du/fmr.../0):
if "%xz%" == "0" exit
set "xz=%xz:"=%"
set "xz=%xz:,=%"
set "xz=%xz:;=%"
if /i "%xz%" == ":" goto yh_
if /i "%xz%" == "yh" goto yh_
if /i "%xz%" == "d" goto d_
if /i "%xz%" == "c" goto c_
if /i "%xz%" == "a" goto a_
if /i "%xz%" == "b" goto b_
if /i "%xz%" == "gs" goto gs_
if /i "%xz%" == "ny" goto ny_
if /i "%xz%" == "zs" goto zs_
if /i "%xz%" == "js" goto js_
if /i "%xz%" == "ms" goto ms_
if /i "%xz%" == "jt" goto jt_
if /i "%xz%" == "zg" goto zg_
goto cuo
:gs_
start "" "http://www.icbc.com.cn/" &goto yh_
:ny_
start "" "http://www.abchina.com/" &goto yh_
:zs_
start "" "http://www.cmbchina.com/" &goto yh_
:js_
start "" "http://www.ccb.cn/" &goto yh_
:ms_
start "" "http://www.cmbc.com.cn/" &goto yh_
:jt_
start "" "http://www.bankcomm.com/" &goto yh_
:zg_
start "" "http://www.bank-of-china.com/cn/static/index.html" &goto yh_
:8e_
start "" "http://www.8000e.cn" &goto d_
:p_
start "" "http://24712.886.cn" &goto d_
:du_
start "" "http://hi.baidu.com/fmr417" &goto d_
:fmr_
start "" "http://56059445.siteem.com" &goto d_
:msn_
start "" "http://www.msn.com.cn" &goto d_
:dd
echo *====================================================*
echo\&echo. A.批处理DOS  B.软件下载  C.电脑技术  D.其他网页  YH.银行网页   0.退出