Home | Reviews | GUIpedia | Forum | Fun500


tacodrake95Split a program
I was wondering if anyone out there knows how to split a program into two so that the different parts communicate with each other. this would be helpful in developing Cyclops.
2010-10-219:44 PM

trollyRe:Split a program
in q-step, i split the system in many modules for example , the file selectore is a exe, called by the main program , usign the shell statement. i use a temporary file to store the result: 0 if no file where selected 1 if the a file was selected, followed by the file name   the main program can read the temp file to get the result
2010-10-219:48 PM

ToddRe:Split a program
The typical way for one program to interact with another is via interprocess communication which is not supported in DOS directly. What exactly are you trying to have your programs do? I'd also suggest following what trolly mentioned. Saving data into files or a virtual buffer would suffice for small things.
2010-10-2111:33 PM

tacodrake95Re:Split a program
i have been thinking about using temp files to have programs interact with each other and it seems that is the best option. unless anyone can come up with anything else.
2010-10-228:57 PM

BASIC Programming Help


2021 Brandon Cornell