+ Reply to Thread
Results 1 to 8 of 8

Thread: Write a text file with embedded variables

  1. #1

    Default Write a text file with embedded variables

    How can I write a text file that expands embedded variables? EG: I need to be able to create a text file that contains embedded variables to be expanded that can personalize the content and also have a file name controlled by a variable.

  2. #2

    Default Re: Write a text file with embedded variables

    Hmm. Apparently I'm on my own for that one.

  3. #3
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Write a text file with embedded variables

    Jack,

    What about using the "Handle Text File Operations..." script function?

    Friedrich

    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 6
    Create Windows Vista ready installations in minutes

    -- Official Comodo Code Signing and SSL Certificate Partner

  4. #4

    Default Re: Write a text file with embedded variables

    It's perfect.

  5. #5
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Write a text file with embedded variables

    Great

    Friedrich

  6. #6

    Default Re: Write a text file with embedded variables

    What I was looking for was a way to embed a text file with variables in it, then writing it to a variable named file. (Seems I did something like this a long time ago with an INI file.) However, this will work also. I just need to have a generically named file, edit it during install using the function you described, and then renaming it with your rename function.

  7. #7
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Write a text file with embedded variables

    Yes, this should work fine.

    BTW, you can even go trough the file at runtime and then "replace" your own "text variables" with the real values. The "Handle String Function" function can do this.

    For example, if the text file includes **NAME** then just search for **NAME** and replace it with the real value.

    HTH,
    Friedrich

  8. #8

    Default Re: Write a text file with embedded variables

    Perfect!

+ 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
  •