Operating System - HP-UX
1832872 Members
2974 Online
110048 Solutions
New Discussion

Calling a compiled script from ARC prompt

 

Calling a compiled script from ARC prompt

Greetings,

I'm in need of assistance and don't know where to turn anymore. I've tried ESRI support but got nowhere. I have a compiled script that runs on HPUX called ntxshape. It runs find at a prompt but I would like to access the file when running ARC. Any suggestions?

Thanks,
Conrad
1 REPLY 1

Re: Calling a compiled script from ARC prompt

I guess persitance pays off. My head was so sore yesterday from beating it against the computer that with a clear mind this morning I found a way to make things work. I was trying to run the script from within an AML and the solution was to provide the full path to the script as indicated below.

%source%/script %home%/%chdir%/%ntxf%

Where %source% is the complete path to the script. %home% is the path where you want to work, %chgdir% is the workspace you want to move too, and finally %ntxf% is the file you wish to process from a list.

Thanks for your time.
Conrad