Rex 7 Report post Posted June 6, 2009 Hi Is it possible to create a AutoIT script that can be used in the send to folder?? What i want to is to have a script in the send to folder that i could use to fex. compress a foler/files with 7z, rar or somthing like that using cmd lines. Is this possible? Regards /Rex Share this post Link to post Share on other sites
Bowmore 91 Report post Posted June 6, 2009 http://support.microsoft.com/kb/310270 "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook Share this post Link to post Share on other sites
GEOSoft 64 Report post Posted June 6, 2009 SendTo is just shortcuts. Open your SendTo folder and create a shortcut to the script, preferably compiled. GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites
Rex 7 Report post Posted June 6, 2009 I did add a compiled script to the sendt to folder, but i dont know how to get the info that is sendt to the script.. I have a cmdline raw sript tat i tryed with but it's not returning any cmdlines from the folder i send to the script /Rex Share this post Link to post Share on other sites
GEOSoft 64 Report post Posted June 6, 2009 (edited) I did add a compiled script to the sendt to folder, but i dont know how to get the info that is sendt to the script..I have a cmdline raw sript tat i tryed with but it's not returning any cmdlines from the folder i send to the script /Rexadd the command line to the shortcut in properties.c:\myFile.exe /commandlineEdit:Here is an example where I actually used it. It's the command string from the shortcut properties dialog"C:\Program Files\SendTo\SendTo.exe" -c Edited June 6, 2009 by GEOSoft GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites