Photo Gallery
Member List
Search
Calendars
FAQ
Ticket List
Log Out
Forums
Register
Login
My Profile
Inbox
Address Book
My Subscription
My Forums
HTML2TXT ?? Help!!!
Logged in as: Guest
arrSession:exec spGetSession 2,7,44413
Active Users: There are
0
members and
0
guests.
Users viewing this topic: none
Printable Version
All Forums
>>
[General Forum]
>>
Other Programming/Scripting Languages
>> HTML2TXT ?? Help!!!
Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page:
[1]
Login
Message
<< Older Topic
Newer Topic >>
HTML2TXT ?? Help!!! -
3/13/2007 7:26:25 AM
T1000
Posts: 2
Score: 0
Joined: 3/13/2007
Status:
offline
Hello, I am looking for a code .
vbs
that can turn me
html
to
txt
, witout
<tag>
.
Can somebody help me???
Thank you very much !!!
Post #: 1
RE: HTML2TXT ?? Help!!! -
3/13/2007 7:32:51 AM
ebgreen
Posts: 4613
Score: 31
Joined: 7/12/2005
Status:
offline
Pretty sure there are command line utilities for this. Have you done any searching?
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:
http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm
(in reply to
T1000
)
Post #: 2
RE: HTML2TXT ?? Help!!! -
3/13/2007 7:48:30 AM
T1000
Posts: 2
Score: 0
Joined: 3/13/2007
Status:
offline
Look for, but profit not to do what I need..
My codes are these:
getURL"un", "pw","http://yoursite.com/path/to/file.txt" Sub getFTP(un,pw,url) WScript.Echo url Set objHTTP = CreateObject("MSXML2.XMLHTTP") WScript.Echo "********** start **************" Call objHTTP.Open("GET", url, False,un,pw) objHTTP.Send WScript.Echo(objHTTP.ResponseText) WScript.Echo "********** End **************" 'objHTTP = Nothing End Sub
Set objArgs = WScript.Arguments url = objArgs(0) 'imagefile = objArgs(1) 'DestFolder = objArgs(2)With CreateObject("MSXML2.XMLHTTP") .open "GET", url, False .send a = .ResponseBody End With'With CreateObject("ADODB.Stream") ' .Type = 1 'adTypeBinary ' .Mode = 3 'adModeReadWrite ' .Open ' .Write a ' .SaveToFile DestFolder & ImageFile, 2 'adSaveCreateOverwrite ' .Close 'End With
Thanks for your answer
ebgreen!
< Message edited by
Country73
--
3/13/2007 11:58:08 PM
>
(in reply to
ebgreen
)
Post #: 3
If you found our site useful please link to us
<a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>
.
All Forums
>>
[General Forum]
>>
Other Programming/Scripting Languages
>> HTML2TXT ?? Help!!!
Page:
[1]
Jump to:
Select a Forum
All Forums
----------------------
[Welcome]
- - Forum Rules
- - Test Posting Messages
- - New Member Area/Introduction
[Scripting]
- - WSH & Client Side VBScript
- - WSH & Client Side VBScript Tutorial
- - Post a VBScript
- - Windows PowerShell
- - ASP
- - ASP.NET
- - Windows Script Components
[General Forum]
- - Other Programming/Scripting Languages
- - Suggestions & Feedback
- - Off-Topic Lounge
New Messages
No New Messages
Hot Topic w/ New Messages
Hot Topic w/o New Messages
Locked w/ New Messages
Locked w/o New Messages
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
Forum Software ©
ASPPlayground.NET
Advanced Edition
2.5.5 ANSI