I found an exe file, can I run that ms-dos exe file on linux machine with php?
I didn't try anything like this before
First, check if it's really for ms-dos. Command line does not mean ms-dos, it can be a WIN32 command line binary.
If it's really ms-dos executable, use dosemu. If it's WIN32 binary, try wine.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php