Feb 26, 2004 #1 biot023 Programmer Nov 8, 2001 403 GB Hallo. Can anyone point me to a good FAQ or tutorial about opening & reading data from a file in VB script? Thanks alot, Douglas JL A salesman is a machine for turning coke into obnoxious arrogance. Common sense is what tells you the world is flat.
Hallo. Can anyone point me to a good FAQ or tutorial about opening & reading data from a file in VB script? Thanks alot, Douglas JL A salesman is a machine for turning coke into obnoxious arrogance. Common sense is what tells you the world is flat.
Feb 26, 2004 #2 pvw IS-IT--Management Jun 13, 2000 20 CH Hi Douglas With pure VBScript you can't perform file I/O. But you can use the FileSystemObject in VBScript to do this. Here is a good documentation with samples: FileSystemObject - Working with Files http://msdn.microsoft.com/library/en-us/script56/html/sgworkingwithfiles.asp Other related articles: FileSystemObject (General) http://msdn.microsoft.com/library/en-us/script56/html/FSOoriFileSystemObject.asp VBA Features not in VBScript http://msdn.microsoft.com/library/en-us/script56/html/vsgrpnonfeatures.asp Key Differences Between Visual Basic for Applications and VBScript http://msdn.microsoft.com/library/e...betweenvisualbasicforapplicationsvbscript.asp HTH Philipp Upvote 0 Downvote
Hi Douglas With pure VBScript you can't perform file I/O. But you can use the FileSystemObject in VBScript to do this. Here is a good documentation with samples: FileSystemObject - Working with Files http://msdn.microsoft.com/library/en-us/script56/html/sgworkingwithfiles.asp Other related articles: FileSystemObject (General) http://msdn.microsoft.com/library/en-us/script56/html/FSOoriFileSystemObject.asp VBA Features not in VBScript http://msdn.microsoft.com/library/en-us/script56/html/vsgrpnonfeatures.asp Key Differences Between Visual Basic for Applications and VBScript http://msdn.microsoft.com/library/e...betweenvisualbasicforapplicationsvbscript.asp HTH Philipp