Qbasicnews.com
I need a code for opening a file e.g. a .vbs - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QBasic (http://qbasicnews.com/newforum/forum-4.html)
+--- Forum: QB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-11.html)
+--- Thread: I need a code for opening a file e.g. a .vbs (/thread-107.html)

Pages: 1 2


I need a code for opening a file e.g. a .vbs - waret_zero - 01-29-2003

PLEASEEE


In binary format, sequential text, what? - Glenn - 01-29-2003

OPEN "filename" FOR BINARY AS #1

Now what do you want to do, now that it's "open"?


I need a code for opening a file e.g. a .vbs - Hexadecimal Disaster - 01-29-2003

[Image: rofl.gif]

Vague questions, real vague answers. *applauses* [Image: elaine.gif]


Thank you. (bows) Thank you. - Glenn - 01-29-2003

I'm working on my encore.


Re: In binary format, sequential text, what? - relsoft - 01-29-2003

Quote:OPEN "filename" FOR BINARY AS #1

Now what do you want to do, now that it's "open"?

1. Bake a cake
2. Eat the cake
3 Close the file.

:rotfl:


Nah. The file goes inside the cake. - Glenn - 01-29-2003

You wouldn't want to eat *that*, would you?


I need a code for opening a file e.g. a .vbs - relsoft - 01-29-2003

That was your encore right? :rotfl:


I need a code for opening a file e.g. a .vbs - Neo - 01-29-2003

It was... :lol:


ok that not what i want to do - waret_zero - 01-30-2003

i need to RUN the fucking thing... i need to run a vbs.... could you help me?


Re: ok that not what i want to do - wizardlife - 01-30-2003

Quote:i need to RUN the f**k thing... i need to run a vbs.... could you help me?

Dude, you have to say what exactly you're trying to do. If you want to open a Visual Basic Script file and execute its contents, then the answer is 'no you can't'.

Why would you want to anyways? What are you trying to acheive?