8 lines
192 B
PowerShell
8 lines
192 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
|
|
& "$PSScriptRoot\suno-companion.ps1" `
|
|
-Port 17873 `
|
|
-OutputRoot "\\VaultOfData\AKAMedia\음악\처리됨\SUNO"
|
|
|
|
Read-Host "Enter를 누르면 닫힘"
|