Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
250 views

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 ...
2
votes
2answers
1k views

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 ...
0
votes
0answers
26 views

How to add arguments when launching application by “Send To” menu on Windows?

I'm adding an application to my "Send To" menu . If I try to add an argument (e.g. Target: C:\my programs\myapplcation.exe -debug") so it does not work at all. Do you know if that's possible to ...
0
votes
1answer
152 views

In Java How to get file full path to parameters

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 ...
0
votes
1answer
181 views

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

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 ...
0
votes
1answer
242 views

Using send-to in MOSS document library

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 ...