Board logo

标题: [问题求助] 请教如何用powershell实现bat的if...goto的效果? [打印本页]

作者: suchost    时间: 2019-7-30 10:31     标题: 请教如何用powershell实现bat的if...goto的效果?

本帖最后由 suchost 于 2019-7-30 10:34 编辑

请大神指教用powershell实现bat中的:

:start
echo         [1] 直接下载
echo         [2] 代理直接下载

set /p choice=Please Choose:
if /i "%choice%"=="1" goto ZJ

:ZJ
aria2c.exe  http://...
goto start

先谢了!
作者: zaqmlp    时间: 2019-7-30 14:17

  1. function input{
  2.     cls;
  3.     #有问题,可加QQ956535081及时沟通
  4.     write-host '互助互利,支付宝扫码头像,感谢赞助';
  5.     write-host '[1] 直接下载';
  6.     write-host '[2] 代理直接下载';
  7.     $choice=read-host 'Please Choose:';
  8.     switch($choice)
  9.     {
  10.         '1' {c1;}
  11.         '2' {c2;}
  12.         Default {input;}
  13.     }
  14. }
  15. function c1{
  16.     write-host '选1';
  17. }
  18. function c2{
  19.     write-host '选2';
  20. }
  21. input;
复制代码

作者: 523066680    时间: 2019-11-7 20:23

回复 3# uhjjhjff11d

    有新人咨询问题论坛才有人气嘛。
作者: lililala6868    时间: 2020-6-8 00:56

上海快3https://1680380.com/view/kuai3_shft/kuai3_index.html
北京快3https://1680380.com/view/kuai3_beijing/kuai3_index.html
幸运飞艇https://1680380.com/view/xingyft/pk10kai.html




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2