Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Send a text file as message body?

Reply
 
Old 09-23-2009   #1 (permalink)
Barry Holmes


 
 

Send a text file as message body?

Have a script that needs to send a time synch report ~170 lines stored in a
file named domain-time.
I need to be able to read the file into ?? (an array/blob/unknown).

what type of wscript variable can hold this read text file?

I have the process working but it is currently only sending the last read
line.


My System SpecsSystem Spec
Old 09-23-2009   #2 (permalink)
Pegasus [MVP]


 
 

Re: Send a text file as message body?


"Barry Holmes" <barry.holmes@newsgroup> wrote in message
news:8F6BA556-F439-41E2-9A99-EB5FEC0CDD4D@newsgroup
Quote:

> Have a script that needs to send a time synch report ~170 lines stored in
> a file named domain-time.
> I need to be able to read the file into ?? (an array/blob/unknown).
>
> what type of wscript variable can hold this read text file?
>
> I have the process working but it is currently only sending the last read
> line.
The ReadAll method will load a whole text file into a single string. Have a
look at the downloadable help file script56.chm for details.


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Email Body/text doesn't print Live Mail
Body of text disappears in Reply Live Mail
Re: Question concerning copying from the text body Live Mail
Re: Question concerning copying from the text body Live Mail
send a text message to a phone Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46