Hi again guys

I have another problem.I am trying to run an ERP application with the following path

C:\DEV6I\BIN\ifrun60.EXE e:\erp_v9\bin\orama orama_logon/orama_logon@DBSFI

The test script i have write is the folloing:
;Lunch ERP Orama
$rc=ReadValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion", "CurrentVersion")
IF $rc < 7
SHELL ('%comspec% /c start /w C:\DEV6I\BIN\ifrun60.EXE e:\erp_v9\bin\orama orama_logon/orama_logon@DBSFI')
endif

But the message I take is that the file specified cannot be found.Dou you have any idea?

Thank you .

X - The truth is out there.

[ 11 January 2002: Message edited by: X ]