Results 1 to 2 of 2
-
16th Sep 2012, 11:15 AM #1OPMember
read file using VB Script
can anyone provide me with a VB Script
VB script to read the contents of a given file ??
I will add the script like this in my webpage (ISS 7 Web Server)
PHP Code:<script type="text/vbscript" src="http://domain.com/file_you_will_give_me.vbs"></script>
i don't want any eye candy codeXeon Reviewed by Xeon on . read file using VB Script can anyone provide me with a VB Script VB script to read the contents of a given file ?? I will add the script like this in my webpage (ISS 7 Web Server) <script type="text/vbscript" src="http://domain.com/file_you_will_give_me.vbs"></script> when this vb script runs with the page .. it will diaply the contents of the file that was mentioned in the vb script Rating: 5
-
16th Sep 2012, 05:54 PM #2Respected Member
Not an expert but found this code:
Code:function readFile(sPath) const forReading = 1 dim objFSO, objFile, sData set objFSO = createobject("Scripting.FileSystemObject") set objFile = objFSO.openTextFile(sPath, ForReading) sData = "" do until objFile.atEndOfStream sData = sData & objFile.readLine & vbCrLf loop objFile.close set objFile = nothing set objFSO = nothing readFile = sData end function
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] Mp3 Search Engine, File Host, SMS Script, Arcade Script, PDF Search Script, and More!
By Fileze in forum Completed TransactionsReplies: 12Last Post: 13th Mar 2012, 02:23 PM -
Problem with File Hosts? Please read.
By Hawk in forum File Host DiscussionReplies: 0Last Post: 24th Jan 2011, 08:55 AM -
File hosting script
By _Ankur_ in forum Webmaster DiscussionReplies: 5Last Post: 8th Aug 2010, 06:52 AM -
[Buying] Wanted, Custom Script PHP-MSN/CONVO.READ
By deelow66 in forum Completed TransactionsReplies: 0Last Post: 27th Apr 2010, 08:28 AM -
Script help-file manager
By sunnyx12x21x in forum General DiscussionReplies: 1Last Post: 23rd Mar 2010, 05:58 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...