mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 15:52:56 +08:00
6 lines
195 B
PowerShell
6 lines
195 B
PowerShell
. $PSScriptRoot\copilotShared.ps1
|
|
$cdbpath = GetCDBPath
|
|
$commandLine = "`"$($cdbpath)`" -remote npipe:server=.,pipe=VlppUnitTest -clines 0 -c `"qq`""
|
|
echo $commandLine
|
|
cmd.exe /S /C $commandLine
|