Alexander, If you're looking for a way to automate the export of def files from an AR Server from a Command Line, have you seen the Command-line Interface for the Admin Tool?
Open up the Admin Tool, hit "F1" and search for "CLI". You'll find some information on how to use the Command-line Interfaces for various AR System clients (User Tool, Import Tool, Admin Tool & RunMacro) The help file gives the following example of how you can export a single form from an AR Server to a def file using the CLI... To export objects from a single form, use the following command format: aradmin -u <user_name> [-p <password>] -x <server_name> -e <target_file_name> -f <form_name> ...If you want this to run on a scheduled basis, you can set this command up in a batch file and have Windows run it for you as a scheduled task. HTH Chris. > Alexander, > > All commands are explained in the API-programmers-guide. > > Even after reading the guide, you may be confused. > > I would suggest using API-logging to get to understand the commands used > by, i.e. Remedy User. You can also set environment ARAPIPLOGGING=1 and > start aradmin.exe from a cmd-window, and then read the produced logfiles. > > I am not sure that driver.exe is the best way to export definitions. > > Best Regards - Misi, RRR AB, http://www.rrr.se > >> Alexander, >> >> Can you explain what you mean by "to export def file, not the >> application..." ? >> >> -- >> Carey Matthew Black >> Remedy Skilled Professional (RSP) >> ARS = Action Request System(Remedy) >> >> Love, then teach >> Solution = People + Process + Tools >> Fast, Accurate, Cheap.... Pick two. >> >> >> On 3/22/07, Zinoviev Alexander <[EMAIL PROTECTED]> wrote: >>> Hello, >>> >>> Everybody knows, I think, the purpose of this utility. But does anybody >>> has any discription of it syntax? for example how to export def file, >>> not the application... >>> >>> Kind regards, >>> Alexander Zinoviev >> >> _______________________________________________________________________________ >> 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" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

