Writing binary data to file with VBScript? 
Author Message
 Writing binary data to file with VBScript?

It's not possible to create a file containing binary (i.e., non-text)
data from a VBScript, is it?  Is there an Automation server or ActiveX
object I can use to do it on my behalf?

Thanks.

Dave



Sat, 07 Apr 2001 03:00:00 GMT  
 Writing binary data to file with VBScript?
You _should_ be able to return an ASP "page" that is an image, or
anything else for that matter, by changing the http content type in
the http headers.  Had I my VBScript for Dummies :-) book with me, I
could be able to help more.  I don't know if you can simply write to a
file though.



Quote:
>It's not possible to create a file containing binary (i.e., non-text)
>data from a VBScript, is it?  Is there an Automation server or ActiveX
>object I can use to do it on my behalf?

>Thanks.

>Dave



Sun, 08 Apr 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Write data in binary file / Convert Image

2. Writing binary data to a file...

3. How to write binary data into a file?

4. Write ADO Field containing binary data (files) to the file system

5. Write image data as binary to append existing file

6. Reading/Writing Data for Binary Files

7. writing binary data to a file

8. Write binary data from SQL as image/bitmap in RTF

9. Writing binary data with WSH?

10. Building data entry screens in vbscript and writing results to text files

11. reading binary file and writing into a random access file

12. VB -- Long File Name , Fast Binary File Read / Write , interface with DLL

 

 
Powered by phpBB® Forum Software