Trouble with C$SYSTEM
Here is a C$system failure screen along with the actual string I am using. (AX-QUE)
Works fine in other programs.
Any idea?


C$SYSTEM should have two parameters, the command-line string and the flags. You have three parameters. Either use 96 or use FLAGS, but don't use both.
Trouble with C$SYSTEM
Here is a C$system failure screen along with the actual string I am using. (AX-QUE)
Works fine in other programs.
Any idea?


using / rather than \\; D: path is correct; C: path is wrong
Trouble with C$SYSTEM
Here is a C$system failure screen along with the actual string I am using. (AX-QUE)
Works fine in other programs.
Any idea?


That was it! Thanks you saved me a bunch of work.