Show
Ignore:
Timestamp:
02/07/10 10:30:19 (6 months ago)
Author:
azawawi
Message:

More Win32 POD fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Util/Win32.pm

    r10600 r10601  
    156156=head2 C<ExecuteProcessAndWait> 
    157157 
    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 
     164Execute a background process named "C<$file> C<$parameters>" with the current 
     165directory set to C<$directory> and wait for it to end. If you set C<$show> to 0, 
     166then you have an invisible command line window on win32! 
    162167 
    163168=cut