RichardH Posted January 19, 2007 Share Posted January 19, 2007 Hi I am a newbie with AutoIt. I read all the online documentation, but there are some important questions left. I would be grateful for any link or documentation. But I shall first tell what I wwant to do, and so maybe you could tell to me f it is possible to that with AutoIt or not. I would like to store a list of documents and their application, something like this: Main.doc word.exe Goals.doc word.exe Model.isf inspiration.exe Planning.xls Excel.exe This list should appear somewhere, a datagrid, a word or excel document, so I could modify it easily. I would like to print each member of this list, with a PDF printer driver, and with a tool like PDFill, I would like to join all the PDF file in one. I cant use a solution like copy and paste (with link or not), in a main document. It would be easier, but if I do that I have problems with the Inspiration documents. Do you think this application could be done with AutoIt? Any link or doc who can help me to writ this application? Thanks a lot Link to comment Share on other sites More sharing options...
Oxin8 Posted January 19, 2007 Share Posted January 19, 2007 You can find out which program is used for which extension in the registry and then write it to an Excel spreadsheet. I think there's a UDF lying around somewhere... ~My Scripts~ *********_XInput UDF for Xbox 360 ControllerSprayPaint_MouseMovePlus Link to comment Share on other sites More sharing options...
Zedna Posted January 19, 2007 Share Posted January 19, 2007 I am a newbie with AutoIt. I read all the online documentation, but there are some important questions left. I would be grateful for any link or documentation.http://www.autoitscript.com/autoit3/downloads.phpInstall AutoIt and then you will find this GREAT HelpFile with lots of examples:"C:\Program Files\AutoIt3\autoit.chm" Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
RichardH Posted January 20, 2007 Author Share Posted January 20, 2007 You can find out which program is used for which extension in the registry and then write it to an Excel spreadsheet. I think there's a UDF lying around somewhere...Er... Stupid question, but what is an UDF?http://www.autoitscript.com/autoit3/downloads.phpInstall AutoIt and then you will find this GREAT HelpFile with lots of examples:"C:\Program Files\AutoIt3\autoit.chm"I found interesting things in User Defined functions, thanks Link to comment Share on other sites More sharing options...
Helge Posted January 20, 2007 Share Posted January 20, 2007 (edited) Er... Stupid question, but what is an UDF?I found interesting things in User Defined functions, thanks Hehe...well, guess what... a UDF is a User Defined function. Edited January 20, 2007 by Helge Link to comment Share on other sites More sharing options...
RichardH Posted January 22, 2007 Author Share Posted January 22, 2007 Hehe...well, guess what... a UDF is a User Defined function.lolThanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now