标题: [问题求助] 请教如何用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
- function input{
- cls;
- #有问题,可加QQ956535081及时沟通
- write-host '互助互利,支付宝扫码头像,感谢赞助';
- write-host '[1] 直接下载';
- write-host '[2] 代理直接下载';
- $choice=read-host 'Please Choose:';
- switch($choice)
- {
- '1' {c1;}
- '2' {c2;}
- Default {input;}
- }
- }
-
- function c1{
- write-host '选1';
- }
-
- function c2{
- write-host '选2';
- }
-
- 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://www.bathome.net/) |
Powered by Discuz! 7.2 |