processing_app.exe %1
in
Integration and Hardware
•
2 years ago
Hello
Is there a way to pass parameters to the compiled processing application from command line?
I have processing application text string into raw image format that label printer understands. It'd like to put the compiled exe app inside bat file and pass value to encode as parameter = processing_app.exe %1.
String to pass will be like "L:\2011\08\00005.PDF". And how to deal with back slashes being escape sequences?
Janis
P.S. I did searched the forum for couple of hours already, and found nothing suitable except idea to read parameters from text file. Is this really the only way?
Is there a way to pass parameters to the compiled processing application from command line?
I have processing application text string into raw image format that label printer understands. It'd like to put the compiled exe app inside bat file and pass value to encode as parameter = processing_app.exe %1.
String to pass will be like "L:\2011\08\00005.PDF". And how to deal with back slashes being escape sequences?
Janis
P.S. I did searched the forum for couple of hours already, and found nothing suitable except idea to read parameters from text file. Is this really the only way?
1