-- run.exe v0.3 (console version) -- (c) 2012 Valentin Schmidt run.exe is a general purpose application starter utility. This console version of run.exe is identical to the normal version (see http://dasdeck.com/staff/valentin/c/run/win/normal/readme.txt), but with the following differences: - it's a command-line tool, so when opened directly from the explorer, a DOS box is shown - it has 3 additional (optional) parameters: - "stdout=..." - "stderr=..." - "exit=..." they can contain the relative or absolute path (usage of environment variables like %TMP% is supported) to a file which on program termination will then automatically be read and returned as STDOUT/STDERR output resp. as EXIT code. The purpose of those parameters is to turn non-console apps (like e.g. director or flash projectors projectors) into console apps that can write to STDOUT and/or STDERR, and return exit codes.