Announcement

Collapse
No announcement yet.

Command to copy multiple files of same type in install.txt

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Command to copy multiple files of same type in install.txt

    I am testing the installation of a plugin I have developed. I have come across a scenario where I have multiple DLL files in my zip. In the install.txt file, I need to write one command for each DLL file to copy it to the desired folder. Is there a way to copy all of the DLL files to the desired folder using a single command? I tried using *.dll in place of the file name, but it doesn't seem to work.

    #2
    If you zip the dlls:
    Code:
    weather_icons.zip,[UNZIPOVER],.\html\images\AKWeather\

    Comment


      #3
      Thank you. This works.

      Comment


        #4
        The docs here https://docs.homeseer.com/display/HS...ll+File+Format

        Comment

        Working...
        X