+ Reply to Thread
Results 1 to 7 of 7

Thread: Command Line Compiles

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Re: Command Line Compiles

    I have the command line below in a batch file and nothing happens? All I added was the /L and folder name.

    "D:\Lindersoft\SetupBuilder 6 Developer\sbuilder.exe" /L "D:\Lindersoft" /C "D:\Lindersoft\SetupBuilder 6 Developer\Projects\Version 6.000\wssetup.sb6"

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Command Line Compiles

    Darrel,

    Change it to:

    "D:\Lindersoft\SetupBuilder 6 Developer\sbuilder.exe" /C "D:\Lindersoft\SetupBuilder 6 Developer\Projects\Version 6.000\wssetup.sb6" /L "D:\Lindersoft"

    and you should be done. The /C switch "activates" the command line compiler, so it has to be the first switch in your command line.

    Does this help?

    Friedrich

  3. #3

    Default Re: Command Line Compiles

    That did it. Thanks for you quick and correct response. Darrel

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Command Line Compiles

    You are welcome. We'll add a note to the documentation.

    Thanks,
    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •