Help for this page

Select Code to Download


  1. or download this
    set PAR_GLOBAL_TEMP=C:\some\path
    exe_name.exe %*
    
  2. or download this
    #  also untested
    use Path::Tiny qw /path/;
    ...
    #  now run it
    #  maybe use exec or wrap it in Capture::Tiny::capture
    system $exe_path, @ARGV;