is there a way to execute an external file??

Pixilang programming language
Post Reply
edexter
Posts: 1
Joined: Sat May 02, 2009 6:51 am

is there a way to execute an external file??

Post by edexter »

is there anyway to execute an external file... I want to port a drum/machine sequencer front end to pixilang (the back end being csound and other sound engines)... I am also after any io examples that are available (I put one together myself I would be willing to donate)
User avatar
NightRadio
Site Admin
Posts: 3944
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: is there a way to execute an external file??

Post by NightRadio »

Sorry, pixilang 1.6 has no such function. I'll try to add it to the 1.7
User avatar
spiny
Posts: 46
Joined: Mon Jul 19, 2010 4:28 pm

Re: is there a way to execute an external file??

Post by spiny »

I have a slightly similar question:

is there a way to run one script then when that ends run another ?

for example, have this in boot.txt:

INCLUDE "program01.txt"
INCLUDE "program02.txt"

so program01 runs until 'exit (0)' is seen, then program02 is loaded and run ?
Post Reply