1 Star 0 Fork 54

Joker Hou/kasini3000

forked from chuanjiao10/kasini3000 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
u库定时任务_线程级别_缓存进程_删pid文件.ps1 596 Bytes
Copy Edit Raw Blame History
chuanjiao10 authored 2020-03-23 17:49 . 新增u库定时任务脚本
#建议保存编码为:bom头 + utf8
#
if ( ($IsWindows -eq $True) -or ($PSVersionTable.psversion.major -lt 6) ) #win
{
& 'c:\ProgramData\kasini3000\0k_source.ps1'
}
if ($IsLinux -eq $True)
{
& '/etc/kasini3000/0k_source.ps1'
}
$log日志文件全目录 = "${global:主控机db目录}/d当前库"
if (Test-Path -LiteralPath $log日志文件全目录)
{
$u库定时任务的pid文件 = "$log日志文件全目录/u库_线程级别_缓存进程_pid.txt"
Remove-Item -LiteralPath $u库定时任务的pid文件 -Force
}
else
{
Write-Error '找不到日志文件目录'
exit 1
}
exit 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PowerShell
1
https://gitee.com/qmy2021/kasini3000.git
git@gitee.com:qmy2021/kasini3000.git
qmy2021
kasini3000
kasini3000
master

Search