Posted 26 January 2015 - 08:57 PM
Hello, I am creating a program (called 'Cortana') and it will run multiple programs at the same time. These programs are stored in multiple floppy disks. These floppy disks are stored in disk drives that all all on open, wired modems. The code linked below will get the directories and names of these programs (or 'cores'). The disks have two compulsary files to be added to this program. It must have a 'core' file and a 'conf' file. The 'conf' file will have a name function that will return the name of the core.
Files
I want to know if there is a way of running programs in parallel instead of functions.
Files
I want to know if there is a way of running programs in parallel instead of functions.
Edited on 26 January 2015 - 08:06 PM