Changeset 10601 for trunk/Padre/lib/Padre/Util/Win32.pm
- Timestamp:
- 02/07/10 10:30:19 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Util/Win32.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Util/Win32.pm
r10600 r10601 156 156 =head2 C<ExecuteProcessAndWait> 157 157 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! 162 167 163 168 =cut
Note: See TracChangeset
for help on using the changeset viewer.
