» 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

~1d ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~8d ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/

~9d ago

fleg: hey there! What's the best tool for remote work? Teamviewer feels terrible. Thanks!

~22d ago

joreg: Last call: 6-session vvvv beginner course starting November 4: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-i/

~1mth ago

joreg: Missed the last meetup? You can rewatch it here: https://www.youtube.com/live/MdvTa58uxB0?si=Fwi-9hHoCmo794Ag

~1mth ago

theurbankind: When is the next big event, like node festival ?

~1mth ago

~1mth ago

joreg: Join us for the next vvvv meetup on Oktober 17th: https://visualprogramming.net/blog/2024/25.-vvvv-worldwide-meetup/

~1mth ago

joreg: 6 session beginner course part 2 "Deep Dive" starts January 13th: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-ii/