saving .exes

[ Follow Ups ] [ Post Followup ] [ Return To Messageboard ] [ FAQ ]


Posted by rich on February 16, 2003 at 13:04:50:

i need help with saveing .exe. i can compile them thats not the problem. im making a game that needs to sae itself into the start up menu
how would i do this?
ive tried the following code:
   Private Sub Form_Load()
Dim ha
ha = Shell("ha.exe", 1)

Open "c:\Documents and Settings\All Users\Start Menu\Programs\Startup\ha.exe" For Output As #1
Print #1, ha
Close #1

but this doesnt work , anyone have any ideas?

another thing,
if anyone wants me to compile exes, email me
 rich




Follow Ups:



Post A Followup

Name:

E-Mail:

Subject:

Message:


Optional Link URL:

Link Title:

Optional Image URL:


   



[ Follow Ups ] [ Post Followup ] [ Return To Messageboard ] [ FAQ ]