Jump to content

Send to + Path


OnTheFly
 Share

Recommended Posts

MsgBox(0, 'Raw', $CmdLineRaw)

$total_files = $CmdLine[0]

MsgBox(0, '', 'Total Files:  ' & $total_files)

For $i = 1 To $total_files
    MsgBox(0, 'Array ' & $i, $CmdLine[$i])
Next

Compile that, stick it (or a shortcut to it) in your sendto folder (\Documents and Settings\username\SendTo). Then try it out like usual sendto stuff.

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