I m trying to automatically run a ab initio gde graph
on putty server by running a bat file on windows
In the bat
file I have coded as below,
@echo on
Start C:\Users\Desktop\Putty [email protected] -pw passwd -m C:\Users\Desktop\command.txt
In the command file I have written
cd \path\
air sandbox run graph.mp
I'm trying to login into ab initio
server and execute this graph.
When I do this, the graph is not executed and error comes up as
'air not found'
When I login into putty manually and manually run the graph, the graph execute successfully
My question is why air not found error comes up when running the graph using .bat
file