中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-08 02:39
48,041 topics / 350,128 posts / today 3 new / 48,253 members
DOS批处理 & 脚本技术(批处理室) » How to add the post-coloring script Batch2ubb to the right-click menu
Printable Version  765 / 2
Floor1 tvzml Posted 2008-04-11 13:37
初级用户 Posts 67 Credits 157
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
Floor2 tvzml Posted 2008-04-11 13:39
初级用户 Posts 67 Credits 157
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 ]
Floor3 HAT Posted 2008-04-11 14:11
版主 Posts 5,017 Credits 9,023
Posted by 无奈何 on: 2008-04-11 13:44

Heh, you should still change your signature.
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023