| 158 | | Padre::Util::Win32::ExecuteProcessAndWait; |
| 159 | | |
| 160 | | Execute a background process and wait for it to end |
| 161 | | If you set Show to 0, then you have an invisible command line window on win32! |
| | 158 | Padre::Util::Win32::ExecuteProcessAndWait( |
| | 159 | directory => $directory, |
| | 160 | file => $file, |
| | 161 | parameters => $parameters, |
| | 162 | show => $show) |
| | 163 | |
| | 164 | Execute a background process named "C<$file> C<$parameters>" with the current |
| | 165 | directory set to C<$directory> and wait for it to end. If you set C<$show> to 0, |
| | 166 | then you have an invisible command line window on win32! |