RunRx: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "{{Software |Picture=NA.png |Version=1.20 |Vendor= |Author=Rich Walsh |License=Freeware for non-commercial use |Download={{FileLink|RunRx}} |Website= }} RunRx enables you to convert a REXX script into a stand-alone executable using nothing more than the OS/2 "copy" command. For example: copy runrx.exe /b + myrexx.cmd myrexx.exe Use RunRx to create: * helper apps - use with programs that don't support running cmd files * exe forwarders - e.g. create a faux 'net..."
 
Jugbogdan (talk | contribs)
mNo edit summary
Line 2: Line 2:
|Picture=NA.png
|Picture=NA.png
|Version=1.20
|Version=1.20
|Vendor=
|Author=[[Rich Walsh]]
|Author=[[Rich Walsh]]
|License=Freeware for non-commercial use
|License=Freeware for non-commercial use
|Download={{FileLink|RunRx}}
|Download=
|Website=
|Website=
}}
}}
Line 18: Line 17:
* command line editors - examine and modify args passed to the target exe
* command line editors - examine and modify args passed to the target exe


RunRx is not a compiler or interpreter, and does not modify your script. It simply reads the attached script and passes it to the REXX interpreter which executes it. If needed, RunRx can also run a script directly from the commandline without attaching it, e.g. 'runrx myscript.cmd'. See RunRx.Txt for additional info and features.
RunRx is not a compiler or interpreter, and does not modify your script. It simply reads the attached script and passes it to the REXX interpreter, which executes it. If needed, RunRx can also run a script directly from the command line without attaching it, e.g. 'runrx myscript.cmd'. See RunRx.Txt for additional info and features.


RunRx is licensed for non-commercial use only; a commercial license is available on request.
RunRx is licensed for non-commercial use only; a commercial license is available on request.


[[Category:Utilities]]
[[Category:Utilities]]

Revision as of 01:49, 27 July 2023

RunRx
Version 1.20
Vendor
Author Rich Walsh
License Freeware for non-commercial use
Download
Website

RunRx enables you to convert a REXX script into a stand-alone executable using nothing more than the OS/2 "copy" command.

For example:

   copy runrx.exe /b + myrexx.cmd  myrexx.exe

Use RunRx to create:

  • helper apps - use with programs that don't support running cmd files
  • exe forwarders - e.g. create a faux 'netscape.exe' that starts Firefox
  • command line editors - examine and modify args passed to the target exe

RunRx is not a compiler or interpreter, and does not modify your script. It simply reads the attached script and passes it to the REXX interpreter, which executes it. If needed, RunRx can also run a script directly from the command line without attaching it, e.g. 'runrx myscript.cmd'. See RunRx.Txt for additional info and features.

RunRx is licensed for non-commercial use only; a commercial license is available on request.