-
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
-
hi,
Use a vbs file.
regds,
ashay
-
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?
-
hi,
yeah ....u can do it.....
use
Set f=CreateObject("Scripting.FileSystemObject")
Remember ,i hvnt used "Server.CreateObject"
regds,
ashay