Hello,
I would like to specify the TrueUpdate Servers path based on a variable I get from _CommandLineArgs at runtime. For example, I'd like to have a base url of 'https://server/path/' stored in the Servers list as 'baseURL' then get a string 'var' from _CommandLineArgs and append this to form the actual location I wish to get the server files from as in 'https://server/path/%var%'. Is there any way to do this or is there a better way to achieve what I want? Basically I want the client to be able to determine where the download should come from at runtime but I may not know all possible paths to predefine in the TrueUpdate Servers list.
Thanks for any advice on the matter,
Ruth
I would like to specify the TrueUpdate Servers path based on a variable I get from _CommandLineArgs at runtime. For example, I'd like to have a base url of 'https://server/path/' stored in the Servers list as 'baseURL' then get a string 'var' from _CommandLineArgs and append this to form the actual location I wish to get the server files from as in 'https://server/path/%var%'. Is there any way to do this or is there a better way to achieve what I want? Basically I want the client to be able to determine where the download should come from at runtime but I may not know all possible paths to predefine in the TrueUpdate Servers list.
Thanks for any advice on the matter,
Ruth
Comment