Quoth Marius Liebenberg.....
>Sorry to bug you with this but I am not well versed with the scripting 
>stuff.

Aren't all these scripts just reinventing the wheel?

Make(1) has existed for decades so put sommat like the following into a
file called 'makefile':

>#
>#My Makefile for INI files
>#
>INIPARTS1=motion.ini display.ini emc.ini wibble.ini
>INIPARTS2=steppermotion.ini display.ini emc.ini
>
>machine1.ini: $(INIPARTS1)
>       cat $(INIPARTS1) > machine1.ini
>
>machine2.ini: $(INIPARTS2)
>       cat $(INIPARTS2) > machine2.ini

Twiddle with your file content, type 'make' to build machine1.ini (the
default in the above) or 'make machine2.ini' to build that.

Just a thought.

-- 
 Regards,
     Russell
 --------------------------------------------------------------------
| Russell Brown          | MAIL: russ...@lls.com PHONE: 01780 471800 |
| Lady Lodge Systems     | WWW Work: http://www.lls.com              |
| Peterborough, England  | WWW Play: http://www.ruffle.me.uk         |
 --------------------------------------------------------------------

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to