|
-
Jul 31st, 2002, 07:20 AM
#1
vbscripting question
ok someone asked me to write a vbscript to manipulate a text file... can this be done? i know you can use the FSO in vbscript.. but can you with a standalone script? basically they asked me to write a vbscript that parses a text file log from IIS and extracts IPs from each line
-
Jul 31st, 2002, 07:36 AM
#2
Hyperactive Member
hi,
Use a vbs file.
regds,
ashay
-
Jul 31st, 2002, 07:52 AM
#3
yeah i know that much but can i create objects in vbs on the fly?? when I code vbscript in an ASP pages.. i create the objects on the server side though... so using VBscript as a stand alone file on a PC i can still create the objects?
-
Jul 31st, 2002, 07:57 AM
#4
Hyperactive Member
hi,
yeah ....u can do it.....
use
Set f=CreateObject("Scripting.FileSystemObject")
Remember ,i hvnt used "Server.CreateObject"
regds,
ashay
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|