send-to

Accepting File Argument in Python (from Send To context menu)

I'm going to start of by noting that I have next to no python experience. As you may know, by simply dropping a shortcut in the Send To folder on your Windows PC, you can allow a program to take a file as an argument. How would I write a python program that takes this file as an argument? And, as a bonus if anyone gets a chance -- ...

Using send-to in MOSS document library

Hi I want to use the send-to option inside a MOSS document library to move the file to a folder in the same document library. If I select the url to the folder and then try the send-to option, it tells me the folder name is too long. All the best ...

Why can't I use more than 20 files with my Perl script and Windows's SendTo?

I'm trying to emulate RapidCRC's ability to check crc32 values within filenames on Windows Vista Ultimate 64-bit. However, I seem to be running into some kind of argument limitation. I wrote a quick Perl script, created a batch file to call it, then placed a shortcut to the batch file in %APPDATA%\Microsoft\Windows\SendTo This works g...

In Java, How can I read file name from the context menu in Windows

Hi Evrybody. I'm new here and in Java programing I'm trying to write program that cath the context menu command and read the file name and his full path for example when I'm clicking (right mouse) on some file and getting the context menu and I selecting any option (copy, or send to, or open with) I want that my program will read the f...

In Java How to get file full path to parameters

Hi, I started simple program in Java. I got form with textbox. I want to know how can I get file name and path by clicking on some file in windows and in the context menu when I'm selecting SendTo->Myprog, It will open my program and will put the full path name to the text box. I know how to put MyProg to the SendTo context menu. I don'...