Dear,How an user can also start this program?
f.e. from a DOS with following statement:
c:\dev6l\bin\ifrun60.exe e:\erp_v9\bin\orama orama_logon/orama_logon@DBSFI
or like
"c:\dev6l\bin\ifrun60.exe" "e:\erp_v9\bin\orama" "orama_logon/orama_logon@DBSFI"
Is "orama_logon/" a parameter specification?
YES
try also from kixtart
code:
SHELL '%comspec% /c start /w "c:\dev6l\bin\ifrun60.exe" "e:\erp_v9\bin\orama" "orama_logon/orama_logon@DBSFI" '
Previously we think it should be something like:
"e:\erp_v9\bin\orama orama_logon/orama_logon@DBSFI"
but with this new idea it should
"e:\erp_v9\bin\orama" "orama_logon/orama_logon@DBSFI"Verify also the correctness of "/" symbol in your call.
On windows environment you are running it. Some versions can handle
in a correct way f.e. "My Documents" without the usage of quotations.
greetings.