Skip to content

Commit

Permalink
sneak in a hidden window
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Dec 9, 2017
1 parent 19c759f commit ed2efe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/Export-DbaDacpac.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Function Export-DbaDacpac {
$startprocess.RedirectStandardError = $true
$startprocess.RedirectStandardOutput = $true
$startprocess.UseShellExecute = $false
$startprocess.CreateNoWindow = $true
$process = New-Object System.Diagnostics.Process
$process.StartInfo = $startprocess
$process.Start() | Out-Null
Expand Down

0 comments on commit ed2efe7

Please sign in to comment.