Results 1 to 6 of 6

Thread: VBScript Newbie Question (VERY EASY)

  1. #1

    Thread Starter
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268

    Question

    Ok, I'm new to VBScript, so don't laugh.

    How do I take the VBScript source I made in MSE and create a vbscript file?

    Do I just copy/paste it and change the extension like I would an HTML file?
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

  2. #2
    Addicted Member Mage33's Avatar
    Join Date
    Aug 2000
    Location
    Petaluma, California
    Posts
    138
    Well, the way I do it is with Interdev (part of the Microsoft Visual Studo). The most common usage for VBScript is in ASP files (Active Server Pages)... so any program that compiles to asp files should work. As to pasting it into a program like notepad and trying to save it with a .asp extension... I really don't know, havn't tried but I doubt it will work. Hope this helps, and good luck with VBScript
    Stephen Haney- 115 116 101 118 101 31 72 65 78 69 89
    -ShardsOfSilence.net- ^ My name in ASCII ^
    You forget something new every day
    | WinME | VB6 Pro | MSC++ | Lambda MOO |

  3. #3

    Thread Starter
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268
    Actually, I know how to USE it and all that, it's just that I'm creating a page based around MsAgents, and I need to put all the loading code into a vbscript file to save time and space and make it more convenient to use.

    Ie, all I have to do is have
    <script language="VBScript" src="header.vbs"></script>
    instead of
    <script language="VBScript">
    A WHOLE LOTTA CRAP HERE
    </script>
    on every page. Catch my drift?
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

  4. #4
    Addicted Member Mage33's Avatar
    Join Date
    Aug 2000
    Location
    Petaluma, California
    Posts
    138

    Unhappy Aaah

    Ah, ok, I see... that I don't know, sorry. I've just always used something else besides VBScript for that kinda' thing.
    Stephen Haney- 115 116 101 118 101 31 72 65 78 69 89
    -ShardsOfSilence.net- ^ My name in ASCII ^
    You forget something new every day
    | WinME | VB6 Pro | MSC++ | Lambda MOO |

  5. #5

    Thread Starter
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268
    'sokay
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

  6. #6

    Thread Starter
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268
    Does ANYONE know?

    I'd REALLY like to know.
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

Posting Permissions

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



Click Here to Expand Forum to Full Width