How to install file IF file is in zip.....

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • BigBoss
    Forum Member
    • May 2003
    • 17

    How to install file IF file is in zip.....

    My installer prog gets zip files from my server, that have different files in them, say one has a txt bun no bmp file.....

    Instead of the command :
    COPY FILES (%tempdir%\* -> %progdir%)
    Which installs ALL THE files from the temp dir to the prog dir, I would like to have it do the following :
    COPY FILES (%tempdir%\*.txt -> %progdir%\text)
    COPY FILES (%tempdir%\*.bmp -> %progdir%\bmp)

    Which, NORMALLY installs all the .txt file to the folder text and the .bmp files to bmp, if there is say no .bmp file, it creates an error message.......*.bmp does not existe.....

    PLEASE ! Any help ?

    I have tryed ?*.txt , *?.txt , and ?.txt to no avail...... Still bugs..... Error message
  • Darryl
    Indigo Rose Staff Member
    • Jul 2001
    • 1908

    #2
    Re: How to install file IF file is in zip.....

    It appears this message is the same problem as here which has been responded to. If this is a separate issue, post back.

    Note: you can set the error notification on each action to "None" to suppress any error messages that appear. You can find this option on the ON ERROR tab of the action.

    Comment

    • Wolfenstein
      Forum Member
      • Aug 2003
      • 4

      #3
      Re: How to install file IF file is in zip.....

      Thats about it, thanks ! ;-p

      Comment

      Working...
      X