Announcement

Collapse
No announcement yet.

Extracting .arc file to AppFolder

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

  • Extracting .arc file to AppFolder

    Can anyone tell me how to Extract .arc file to %AppFolder% during installation.
    As i know the command work on Windows CMD as
    Code:
    arc.exe x myfile.arc
    but i don't know, how to make it work with Setup file to extract .arc data to %AppFolder% during installation while myfile.arc is present at %SourceFolder% in Reference Directory.

  • #2
    You probably need to check the command line arguments in the documentation for this tool, and check if there is something to set the target folder of the extraction. If there isn't, then it might help if you set the desired target folder as the "current" folder when you call the program.

    Ulrich

    Comment


    • #3
      Is there any way to not Install Reference Folder/Files to %AppFolder%. and Just working with direct command line to extract file from SourceFolder to AppFolder without copying Source file just extracting them.

      Comment


      • #4
        You may want to check the documentation and read about primer files, as this is possibly what you are looking for.

        Ulrich

        Comment

        Working...
        X