Wrong path
This commit is contained in:
parent
3f7e76e909
commit
91de7246cd
@ -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---"
|
||||
|
Loading…
Reference in New Issue
Block a user