shilpa dhingra 20.Jun.12 08:22 AM a Web browser Notes Client6.5Windows XP
I have an agent which is scheduled on "never" and i am calling this agent with the help of another agent through RunOnServer. This means that agent is running on server. This agent is supposed to extract file on server but if i mention like
obj.extractFile("C:\Abc\file.txt") it searches fot that path on my local. if the drive is present there, it creates the file there. If not, then it gives an error
How do i specify my path so that it extract file on server drive, not on local or do i need to change some agent's properties to achieve this.