Wrong path

This commit is contained in:
camoy 2024-08-15 17:22:54 -07:00
parent 3f7e76e909
commit 91de7246cd

View File

@ -44,7 +44,7 @@ Get-Content -Path .\license.txt | Out-Host -Paging
Write-Host "---Extract Sweetcade---"
Expand-Archive -Path .\main.zip -Destination "C:\sc" -Force
Write-Host "---Start Network Check---"
Get-Content "C:\sc\scripts\ps\netcheck.ps1" | Invoke-Expression
Get-Content "C:\sc\sweetcade\scripts\ps\netcheck.ps1" | Invoke-Expression
Write-Host "---Start System Check---"
Invoke-Expression (start powershell ((Split-Path $MyInvocation.InvocationName) + "C:\sc\scripts\ps\syscheck.ps1"))
Write-Host "---Create Restore Point---"