OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Programming => Topic started by: Greggory Shaw on April 21, 2015, 01:58:43 pm

Title: Modify CONFIG.SYS /w REXX ?
Post by: Greggory Shaw on April 21, 2015, 01:58:43 pm
Hi, I'm writing a script for installing all my qt4, java, util & system files on a new eCS install(s) with both png & os2 icons.

I need to add some IFS, RUN & CALL statement to the CONFIG & PNG icons config file.

What's the best way to do this using REXX ?

And any utilities that should be added or what do you use the most ?


Thanks

Greggory
Title: Re: Modify CONFIG.SYS /w REXX ?
Post by: Sergey Posokhov on April 21, 2015, 02:22:51 pm
Something like that:
Title: Re: Modify CONFIG.SYS /w REXX ?
Post by: Greggory Shaw on April 21, 2015, 03:06:31 pm
Something like that:

Thanks alot, Sergey !