Miscellaneous --> command line, There I can write just one script line,How to write two or more script lines?
Lines of Command Line
Lines of Command Line
Hi Enigma
Miscellaneous --> command line, There I can write just one script line,How to write two or more script lines?
Miscellaneous --> command line, There I can write just one script line,How to write two or more script lines?
Re: Lines of Command Line
Hi Majid, command like is only one line string
it can't be multi line! See MSDN for the explanation of command line!
Re: Lines of Command Line
I think it can be multi-line:
*****************************************
Del *.jpg
enigma.exe convert *.mp3 *.wav
mkdir pictures\music
******************************************
Three Lines ! now what do you think? for example I want first my app delete some files,then copy some extracted external files,make a directory etc...
Is there any way to do them in just on line?
*****************************************
Del *.jpg
enigma.exe convert *.mp3 *.wav
mkdir pictures\music
******************************************
Three Lines ! now what do you think? for example I want first my app delete some files,then copy some extracted external files,make a directory etc...
Is there any way to do them in just on line?
Re: Lines of Command Line
no no, you just misunderstand the feature. It does not run programs from command line, it append or change commands of current protected file.
For example, if you set some command line there, then your file will be executed like:
"your_protected_file.exe commandline"
So, the command line applies to only protected file, it is not being executed like an external command.
For example, if you set some command line there, then your file will be executed like:
"your_protected_file.exe commandline"
So, the command line applies to only protected file, it is not being executed like an external command.
Re: Lines of Command Line
So I should ask for such future ! may you create this feature someday?
Re: Lines of Command Line
No, never, because it is very simple to make with plugins, very simple!
Probably later I will make such plugin, it is better and quicker!
Probably later I will make such plugin, it is better and quicker!
