Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
72 stars 41 forks source link

The -run command line flag does not act properly. #11

Open trishume opened 12 years ago

trishume commented 12 years ago

Apparently when -run is used the command returns before the program finishes running.

Not fully verified.

trishume commented 12 years ago

Verified. This seems to be an issue with how windows works. Very difficult to fix.

Turing is a GUI app and GUI apps don't attach to the command line.