China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-08-08 03:32
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » How to add the post-coloring script Batch2ubb to the right-click menu View 766 Replies 2
Original Poster Posted 2008-04-11 13:37 ·  中国 浙江 嘉兴 平湖市 电信
初级用户
★★
Credits 157
Posts 67
Joined 2007-05-13 11:03
19-year member
UID 88378
Gender Male
Status Offline
Batch2ubb, a batch-code posting colorizer script (CMD & GAWK)
http://www.cn-dos.net/forum/viewthread.php?tid=21664&fpage=1

For convenience, we can attach the program to the system right-click menu.


reg add "HKEY_CLASSES_ROOT\.bat\shell\Batch2ubb(&B)\command" /ve /d "%cd%\Batch2ubb.cmd %%1" /f
Floor 2 Posted 2008-04-11 13:39 ·  中国 浙江 嘉兴 平湖市 电信
初级用户
★★
Credits 157
Posts 67
Joined 2007-05-13 11:03
19-year member
UID 88378
Gender Male
Status Offline
Testing the effect



  1. @ECHO off
  2. title Player Installation
  3. COLOR fC
  4. MODE con: COLS=30 lines=5

  5. start http://www.917tv.com/

  6. if exist "C:\Program Files\VIEWGOOD\WebPlayer 2007\SetWebPlayer.exe" goto setupok

  7. ping -n 1 220.189.127.106>nul||goto netstop

  8. ECHO →Downloading the player, please wait...

  9. if exist WebPlayer2007.rar goto setup
  10. wget -q -N ftp://192.168.0.252/General Tools/WebPlayer2007.rar

  11. if exist WebPlayer2007.rar goto setup
  12. wget -q -N ftp://soft.isp99.com/soft/play/WebPlayer2007.rar

  13. if exist WebPlayer2007.rar goto setup
  14. wget -q -N http://www.isp99.com/soft/WebPlayer2007.rar

  15. :setup
  16. ping -n 1 127.1>nul
  17. ECHO →Extracting the player, please wait...
  18. for /f %%i in ('dir /b *.rar') do rar e -tk -inul -xrun.bat -r -y %%i
  19. :rar_end

  20. ping -n 2 127.1>nul
  21. ECHO →Installing the player, please wait...
  22. WebPlayer2007.exe

  23. :setupok
  24. ECHO →Player installed successfully...
  25. ping -n 2 127.1>nul
  26. if exist WebPlayer2007.rar del /f /q WebPlayer2007.rar
  27. if exist WebPlayer2007.exe del /f /q WebPlayer2007.exe
  28. exit

  29. :netstop
  30. ECHO Download failed, the network is not connected properly!
  31. pause>nul
Posted by 无奈何 on: 2008-04-11 13:44


[ Last edited by tvzml on 2008-4-11 at 01:54 PM ]
Floor 3 Posted 2008-04-11 14:11 ·  中国 重庆 电信
版主
★★★★★
Credits 9,023
Posts 5,017
Joined 2007-05-31 19:39
19-year member
UID 89899
Gender Male
Status Offline
Posted by 无奈何 on: 2008-04-11 13:44

Heh, you should still change your signature.
Forum Jump: