I am calling SUFDesign from a .bat file which creates an installer with the name formatted like #CURRENTYEAR##CURRENTMONTH2##CURRENTDAY##CURRENTHO UR##CURRENTMINUTE##CURRENTSECOND#_Product_Name_v#K EY_FILE_VERSION#_Installer.exe.
I would like to capture the name of the installer created so I can pass it to arguments further down in the process. How can I accomplish this?
I would like to capture the name of the installer created so I can pass it to arguments further down in the process. How can I accomplish this?
Comment