SaveAs with prompting the user for the file name

SaveAs with prompting the user for the file name

3

    Dec 07, 2004#1

    Hello all. How do you prompt for input in UE (i.e. prompt to save a file with a user-entered filename?) Here is an idea i have that needs a prompt at the end:

    1) FindInFiles (look in files for the string "<h1>")
    2) open meta_temp.asp (as many copies as there are entries of <h1>)
    3) StartSelect
    4) Copy (the line that has <h1> in it)
    5) Paste (above <h1> tag into meta_content and meta_keywords)
    6) Save As: -> Prompt for save name, save dir.

    6,604548
    Grand MasterGrand Master
    6,604548

      Dec 09, 2004#2

      That's easy. Simply write SaveAs "" at the end of the macro and UltraEdit will open the normal file saving dialog.
      Best regards from an UC/UE/UES for Windows user from Austria

      3

        Dec 09, 2004#3

        ....I hate it when easy things are right under my nose :cry: