Skip to main content

C$SYSTEM

  • June 27, 2018
  • 3 replies
  • 0 views

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?

 

3 replies

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

  • June 27, 2018

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.