Jump to content

Send to


Recommended Posts

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

Link to comment
Share on other sites

SendTo is just shortcuts. Open your SendTo folder and create a shortcut to the script, preferably compiled.

George

Question 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!"

Link to comment
Share on other sites

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 :D

/Rex

Link to comment
Share on other sites

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 :D

/Rex

add the command line to the shortcut in properties.

c:\myFile.exe /commandline

Edit:

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 by GEOSoft

George

Question 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!"

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...