windows - Have perl direct file to Win 7 send to shortcut -
i have shortcut on shell:sendto folder want utilize. making input processing script in perl , not sure how this. manually right click on file , sent -> destination. know perl can mouse clicks figured there more direct way of getting happen. how go this?
update
so send shortcut points perl script sends batch files hpc. want perform sendto in perl. not concerned destination opposed avoiding right click. if can code perl can activate short cut command same right click , sending target can reduce manual aspects of input processing.
thanks in advance
create shortcut perl.exe in sendto folder. open properties of shortcut , add path script parameter behind exe
this should work
in script can filename with
my $filename = shift;
Comments
Post a Comment