Help passing many commands to one command window from with rexx

  • Follow


Can some on tell me how to pass many commands into one command windows
from with in REXX
0
Reply richard-lopez (1) 12/6/2004 1:43:15 AM

On 5 Dec 2004 17:43:15 -0800, richard-lopez@mayoung.com (Richard)
wrote:

>Can some on tell me how to pass many commands into one command windows
>from with in REXX

Richard,
Take a look at SysIni
Allows limited access to INI file variables. Variables are stored in
the INI file under Application Names and their associated key names or
keywords. You can use SysIni to share variables between applications
or as a way of implementing GLOBALV in the Windows operating system.
Be careful when changing application profile information. 


Of course it would be helpful to know what OS and version of Rexx
you're using.

Lee
0
Reply Lee 12/6/2004 1:48:32 PM


In comp.lang.rexx Richard wrote:

> Can some on tell me how to pass many commands into one command
> windows from with in REXX

Which Rexx and what platform?
Do you mean "pass" on the Rexx program commandline or "pass" as in IPC?  
More info. would be helpful I believe.
0
Reply Mark 12/6/2004 2:47:25 PM

2 Replies
307 Views

(page loaded in 0.06 seconds)

Similiar Articles:













7/27/2012 2:44:19 PM


Reply: