Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 250101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:28:58+00:00 2026-05-11T21:28:58+00:00

How do you write or read to external files with custom extensions (like, instead

  • 0

How do you write or read to external files with custom extensions (like, instead of a .txt extension it could have .cyc for example) using VBscript?

I don’t know how, and cannot seem to figure it out. For reading a file, is it possible to only read part of a file? For example, if I have a line

string1=Hello World!

inside of my file, how does my script only read from the string1 line and how can it assign the text value to a string in the vbscript file?

Then, how can I write a single value to my file?

To clarify, I am basically attempting to use external files as configuration/data files.

This is probably a really nooby question, and I am really sorry if it is.

EDIT: This is a two part question, I need to know the code to read and write files as specified above, and how to use custom extensions with it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T21:28:58+00:00Added an answer on May 11, 2026 at 9:28 pm

    If you want to read and write from the text file at random locations, your best bet is to use INI files.

    An INI file contains entries that look like this:

    [owner]
    name=John Doe
    organization=Acme Products
    

    To read an ini file, you need a function that you can call like this:

    Dim s as string
    s=ReadINI("c:\myfolder\myfile.ext", "owner", "name")
    

    …which will put “John Doe” in s.

    The code to do this is here:
    http://cwashington.netreach.net/depo/view.asp?Index=553

    Writing the INI file works the same way.

    Here is another example:

    WriteINI("c:\myfolder\myfile.ext", "MySection", "MyItem", "MyValue")
    

    creates an INI file that looks like this:

    [MySection]
    MyItem=MyValue
    

    You can have as many different sections and items within each section as you want. All you have to do to retrieve the value that you want is to call ReadINI with the section name and item name of the value you want to retrieve.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 155k
  • Answers 155k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The code below catches almost everything. http://www.mysite.com/ for instance would… May 12, 2026 at 10:41 am
  • Editorial Team
    Editorial Team added an answer I was in a similar position to you and I… May 12, 2026 at 10:41 am
  • Editorial Team
    Editorial Team added an answer I think you're running in to margin collapsing. See the… May 12, 2026 at 10:41 am

Related Questions

How would one get resx resource strings into javascript code stored in a .js
I'm trying to configure Apache to allow read only access and ask for user
How do you use a binarywriter to write the correct MS SQL native format
My program generates relatively simple PDF documents on request, but I'm having trouble with

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.