I am trying to run a program that accepts parameters
test.prg contains:
PARAMETERS lc_id, ll_inc
etc...
quit
I need to run this program form the desktop with a shortcut:
c:\FPW\FOXPROW.EXE C:\TEMP\TEST.PRG WITH "ANNA",.T.
it generates a invalid parameter error. ( I have done with other programs ,with out parameters, and it works fine)
This runs fine from the command window:
DO C:\TEMP\TEST.PRG WITH "ANNA",.T.
How can i get around this error?
It seems that it can not accept parameters.
regards,
edgar
test.prg contains:
PARAMETERS lc_id, ll_inc
etc...
quit
I need to run this program form the desktop with a shortcut:
c:\FPW\FOXPROW.EXE C:\TEMP\TEST.PRG WITH "ANNA",.T.
it generates a invalid parameter error. ( I have done with other programs ,with out parameters, and it works fine)
This runs fine from the command window:
DO C:\TEMP\TEST.PRG WITH "ANNA",.T.
How can i get around this error?
It seems that it can not accept parameters.
regards,
edgar