in reply to Win32: Shell extension for viewing POD (proof of concept)
There is
use Win32::Shell;
with typical calls like
Win32::Shell::Execute( "open", "bathfile.bat", "", ".\\", "SW_SHOWMAXIMIZED" ); Win32::Shell::Execute( "open", $path::convert, "$colors $geometry -interlace plane -comment \"Chevalier Roland Mösl\" $url::path_use.bmp $target", ".\\", "SW_HIDE" );
opening batch files or other programms
Now I need a actual version for this 11 years old module.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Win32: Shell extension for viewing POD (proof of concept)
by syphilis (Archbishop) on Sep 17, 2010 at 02:01 UTC | |
Re^2: Win32: Shell extension for viewing POD (proof of concept)
by BrowserUk (Patriarch) on Sep 17, 2010 at 07:08 UTC |