Author Topic: Modify CONFIG.SYS /w REXX ?  (Read 4842 times)

Greggory Shaw

  • Sr. Member
  • ****
  • Posts: 442
  • Karma: +0/-0
    • View Profile
Modify CONFIG.SYS /w REXX ?
« 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
« Last Edit: April 21, 2015, 02:07:34 pm by Greggory Shaw »

Sergey Posokhov

  • Full Member
  • ***
  • Posts: 169
  • Karma: +8/-6
    • View Profile
    • OS/2 API Research
Re: Modify CONFIG.SYS /w REXX ?
« Reply #1 on: April 21, 2015, 02:22:51 pm »
Something like that:

Greggory Shaw

  • Sr. Member
  • ****
  • Posts: 442
  • Karma: +0/-0
    • View Profile
Re: Modify CONFIG.SYS /w REXX ?
« Reply #2 on: April 21, 2015, 03:06:31 pm »
Something like that:

Thanks alot, Sergey !