This should be doable....I've done similar things.

It appears you are using Windows - you may want to try calling a batch
file with "Run Process" and passing the info from Remedy as parameters.

If your run process is something like this:

Myjob.bat $field1$ $field2$ etc.....

...you reference the parameters in the batch file as %1, %2, etc...so in
the batch file you'd just put:

%1 >> c:\mytextfile.txt

There may be a little more to it than that but essentially it's doable. 

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Angus Comber
Sent: Friday, October 26, 2007 12:16 PM
To: arslist@ARSLIST.ORG
Subject: Trying to write some data to a file using Active link
runprocess

Hello

I would like to use an active link runprocess to write data to a text
file.
I have tried this sort of thing:

'echo $MyRemedyField$ >> C:\mytextfile.txt'

(and yes realise will have to use different path for a real system)

But I keep getting the error: The system cannot find the file specified.

And I am ensuring the file exists.

Can anyone help.  I basically want to write some text in a Remedy form
text field out to a text file on a user clicking a button.

Angus

________________________________________________________________________
_______
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where
the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to