39 Star 222 Fork 51

chuanjiao10 / kasini3000

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
kasini_version.ps1 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
#建议保存编码为:bom头 + utf8
if ($PSVersionTable.PSEdition -eq 'core')
{
if ($env:LANG -eq 'zh_CN.UTF-8')
{
Write-Host -ForegroundColor green "`e[37m`e[44m卡死你3000【V3.4---ga3】版。多线程任务计划`e[0m"
}
else
{
Write-Host -ForegroundColor green "WELLCOME kaiiit's Hotel【V3.4---ga3】"
}
foreach ($temp in 1..30)
{
Write-Host "`e[1F`e[1@"
Start-Sleep -Milliseconds 100
}
foreach ($temp in 1..30)
{
Write-Host "`e[1F`e[1P"
Start-Sleep -Milliseconds 100
}
}
else
{
if ($env:LANG -eq 'zh_CN.UTF-8')
{
Write-Host -ForegroundColor green '欢迎来到 卡死你3000【V3.4---ga3】版。多线程任务计划'
}
else
{
Write-Host -ForegroundColor green "WELLCOME kaiiit's Hotel【V3.4---ga3】"
}
}
if ($env:LANG -eq 'zh_CN.UTF-8')
{
Write-Host -ForegroundColor green "如有问题,欢迎给官方群反馈,QQ群号=700816263,谢谢。"
}
#& 'v-kai开启详细信息输出.ps1'
exit 0
PowerShell
1
https://gitee.com/chuanjiao10/kasini3000.git
git@gitee.com:chuanjiao10/kasini3000.git
chuanjiao10
kasini3000
kasini3000
master

搜索帮助