» ShellExecute (Windows)
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

ShellExecute (Windows)

Help Execute a specified file.
Author vvvv group

Here you are supposed to see an image (rendered with SVG) describing the pins of this node. However, this does not work with Internet Explorer. You may want to consider using another browser, like FireFox, Chrome, Safari or Opera that do support SVG.

Credits
Warnings
Bugs

related discussions

start a forum thread about this node

about ShellExecute (Windows)

FAQ

I want to use a simple DOS command (like mkdir for creating a directory) but it doesnt work as expected. What can I do?

Shellexecute for some reason does not execute the built-in DOcommands like mkdir. It just executes commands physically existing as .exe, .com or .bat files.

There would be two solutions:

Batch file method

Create a batch file which calls the built in command and takes the directory as a parameter:

so create a file called e.g. makedirectory.bat containing something like

 mkdir %1

then you can shellexectute that file with the directory as a parameter. The advantage is, that you can call up quite complex sequences of calls with parameters.

read more about BAT files here: http://www.chebucto.ns.ca/~ak621/DOS/BatBasic.htmlhttp://www.chebucto.ns.ca/~ak621/DOS/Bat-Adv.html

use COMMAND.COM

call up the old DOS command line as a program, and your command as a parameter:

in ShellExecutes first input set the path to command.com like e.g.:

 C:\Windows\System32\command.com

as command line arguments give it something like:

 /c mkdir c:\test

where /c instructs command.com to execute the built-in DOS commands.

anonymous user login

Shoutbox

~2h ago

microdee: however non-conductive objects are invisible for this so the pencil and the sticks in the video are still a mysteries

~2h ago

microdee: hey i just found a possible solution behind leap's black magic http://www.quora.com/Leap-Motion/What-is-the-technology-behind-Leap-Motion

~3h ago

mediadog: @u7agel: red node, no connections; can' drag&drop into patch either - 27.2

~7h ago

christosk: Thanx Elliot! UnixPath worked fine :-)

~7h ago

elliotwoods: or 'unix path' (for forward slash). also custom deliminators are accepted on other pins

~7h ago

elliotwoods: @christosk : check for 'dos path'

~8h ago

christosk: What's the node to use in order to separate elements inside a string by using slashes? Separate doesn't give a Slash enumeration.

~11h ago

metrowave: vvvv not loading, it says 'no DLLs were found in the waterfall procedure' to do with error at loading ippSP library. any ideas?

~13h ago

fjen: Kaiser #BYOB this saturday ... check forum for details

~13h ago

catweasel: is there a max number of audio outs? I seem to have found one...