mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-02-17 18:51:31 +01:00
Fast fix param has to be in first line
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# Build 21. Using API 2
|
||||
Write-Host "Starting Powerful Computer Manager..."
|
||||
param([Int32]$startup=0)
|
||||
#Write-Host $startup
|
||||
|
||||
$host.UI.RawUI.WindowTitle = "Powerful Computer Manager - Do Not Close"
|
||||
Write-Host "Starting Powerful Computer Manager..."
|
||||
|
||||
$srcdir = $PSCommandPath | Split-Path -Parent
|
||||
$server = (Get-Content "$srcdir\configpcm.ini" | select -Skip 1 | ConvertFrom-StringData).server
|
||||
$resources = (Get-Content "$srcdir\configpcm.ini" | select -Skip 1 | ConvertFrom-StringData).resources
|
||||
|
||||
Reference in New Issue
Block a user