Executing Secondary Applications

Posted by JooBlow on Server Fault See other posts from Server Fault or by JooBlow
Published on 2010-03-23T10:36:46Z Indexed on 2010/03/23 10:43 UTC
Read the original article Hit count: 383

Filed under:
|
|

I have an application I am attempting to make "portable". The application contains a lot of secondary utility functions that I would like to execute on external files(from the app). I tried adding them in the build process but I didn't get any "Executables" for them(just the main one and a few others). Is there a way to get these to excute? They are basically command line utility functions to process some text files but use large files in the distribution and are also used by the main application.

Thanks

© Server Fault or respective owner

Related posts about thinapp

Related posts about vmware