I am attempting to make a web enabled application that allows a user to select a bunch of items and then I would like to allow him to download the images of those items.It is working if a build a list of links to download each graphic individually. I would like to allow them to download all the images at once. I am trying to do it by creating a self-extracting archive of all the images. Unfortunately the utility("RUNWIN",MYCMD) is not doing anything. I have tried to make it run a batch file thatjust creates a directory and nothing happens.
This is an INET_ program being run thru OECGI on OI 4.12. It looks like the RUNWIN service only work in "event context" and that is not the case when running this way?Any help on this greatly appreciated.