Hi, do you know how to make "dynamic" command line parameters ?
In UEStudio I have one text file witch contain my variable on second line. For example :
I need to run the external compiler with User Tool. If I use the command line:
where "456" is my variable - my compiler works fine.
How can I do it "automatic" ?
Some like :
Do you understand me ? (sry 4 my English ...)
In UEStudio I have one text file witch contain my variable on second line. For example :
Code: Select all
REM this is my text file (created by myself 1.1.1900 :o)
var = 456
some text ...
bla bla ...
Code: Select all
C:\My Folder\MyCompiler.exe -456
How can I do it "automatic" ?
Some like :
Code: Select all
C:\My Folder\MyCompiler.exe -%2nd_line_variable_next_to_"var = "_string%