PDA

View Full Version : MEL - Is there a DOS line command...


bentllama
05-31-2002, 10:43 PM
Can a MEL script be run from a DOS command line?
I need to know how to run a MEL script from a DOS command line and have that script affect all files in a specific folder.


YOUR INFINITE WISDOM IS NEEDED AND MUCH APPRECIATED…:)

bigfatMELon
05-31-2002, 11:19 PM
yep. It's the system command. Works as such:

Usage:

system ("whatever you might write in DOS goes here in the form of a string");

Note: if your command uses special characters like quotes then you must escape them with a \

Example:

system("start C:/WINNT/NOTEPAD.EXE" );

-jl

CGTalk Moderation
01-13-2006, 07:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.