Jump to content

Recommended Posts

Posted

although it has been around for a long time, I am still not very familiar with NT .cmd file syntax. what I want to do is have a .cmd in my "Sent to" folder, but I want the file I am "sending" to be injected as the first part of the .cmd

I am kind of having problems wording this right, so if you have a question just ask.


Posted

Do you mean that if you are sending a file with the text

DIR

CLS

(etc.)

, that your .cmd file will run the those commands as if you were typing them at a command prompt? Or a, I completely misunderstanding you?

Posted

Have a look at this:

http://www.msfn.org/board/index.php?showtopic=44653&hl=

(for shell drive or directory)

and this:

for the send to folder

http://www.microsoft.com/windowsxp/using/s.../ferguson1.mspx

If you want the object you send to the .cmd to be an argument to it, you need, assumed your batch files is called "mycmd.cmd" set the entry to the shortcut as

"mycmd.cmd %1"

Have a look here too:

http://www.petri.co.il/add_command_prompt_...ws_explorer.htm

jaclaz

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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