I have a thinapp, say App1 that works as standalone package but the entry point is actually a scripted CMD file from the vendor. The entry point works as designed if launching the thinapped application on its own. There is an App2 that can send info (deptID and MD5 hash with corresponding data) to App1 so that it will pull up the user's record.
As a full install App1 can take this data from App2 and the CMD parses out the info that App1 can use and launches with correct data.
As a thinapp, App1 is not getting the info from App2 and therefore the CMD does not parse anything and just launches App1 normally.
Bottom line is has anyone ever used a CMD file as an entry point for a thinapp and have gotten it to correctly get the data it needs and do what it was scripted for? We are currently using ThinApp5
If it would help I have attached the cmd and ini