Modifications for djgpp
made by
Prof. Dr. Burkhard Meiner
Professor of Ancient History
Helmut-Schmidt-Universitt
Universitt der Bundeswehr Hamburg
Holstenhofweg 85
D-22043 Hamburg
Germany


essentially:

replace execvp() by system()

Hint:
If you want to address internal command.com commands (e.d.: "dir"),
use
"command /C command"
e.d.:
command /c dir /p

