mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
always PBO minimized (don't lose focus)
This commit is contained in:
parent
cd9bd5c048
commit
d585e86276
@ -784,7 +784,7 @@ $Timer1 = New-Object System.Windows.Forms.Timer($components)
|
|||||||
|
|
||||||
$argz = @($tmp, ('"' + $Output + '"'), "-packonly", "-clear", "-prefix=$name", "-project=$tmp", "-include=$includes")
|
$argz = @($tmp, ('"' + $Output + '"'), "-packonly", "-clear", "-prefix=$name", "-project=$tmp", "-include=$includes")
|
||||||
|
|
||||||
Start-Process -FilePath $Bob -ArgumentList $argz -Wait
|
Start-Process -FilePath $Bob -ArgumentList $argz -WindowStyle Minimized -Wait
|
||||||
}
|
}
|
||||||
"Client"
|
"Client"
|
||||||
{
|
{
|
||||||
@ -794,7 +794,7 @@ $Timer1 = New-Object System.Windows.Forms.Timer($components)
|
|||||||
|
|
||||||
$argz = @($tmp, ('"' + $Output + '"'), "-clear", "-prefix=$name", "-project=$tmp", "-include=$includes")
|
$argz = @($tmp, ('"' + $Output + '"'), "-clear", "-prefix=$name", "-project=$tmp", "-include=$includes")
|
||||||
#Write-Host $argz
|
#Write-Host $argz
|
||||||
Start-Process -FilePath $Bob -ArgumentList $argz -Wait
|
Start-Process -FilePath $Bob -ArgumentList $argz -WindowStyle Minimized -Wait
|
||||||
}
|
}
|
||||||
"Missions"
|
"Missions"
|
||||||
{
|
{
|
||||||
@ -809,7 +809,7 @@ $Timer1 = New-Object System.Windows.Forms.Timer($components)
|
|||||||
|
|
||||||
$argz = @($tmp, ('"' + $Output + '"'), "-clear", "-prefix=\", "-project=P:\", "-include=$includes")
|
$argz = @($tmp, ('"' + $Output + '"'), "-clear", "-prefix=\", "-project=P:\", "-include=$includes")
|
||||||
|
|
||||||
Start-Process -FilePath $Bob -ArgumentList $argz -Wait
|
Start-Process -FilePath $Bob -ArgumentList $argz -WindowStyle Minimized -Wait
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#cleanup
|
#cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user