Executing Secondary Applications
Posted
by JooBlow
on Stack Overflow
See other posts from Stack Overflow
or by JooBlow
Published on 2010-03-23T10:56:15Z
Indexed on
2010/04/09
11:23 UTC
Read the original article
Hit count: 353
vmware-thinapp
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
© Stack Overflow or respective owner