SmokiestGrunl Posted January 28, 2009 Report Posted January 28, 2009 Its very tiny and here is a picture of what I want to do. Things I need help with:The buttonsSomehow getting the program to move itself to the C drive when the user clicks run on start up and leave a short cut on the desktop.and is their a way to enter a box that will rename the .exe (not just the title (eg. it is called program.exe and the person wants to change it to prog.exe, they enter that into the box)) Thankyou.
iBotPeaches Posted January 28, 2009 Report Posted January 28, 2009 Is this VB? I don't know how to move a file if its running, so can't help there. I also don't renaming programs. What do you want to buttons to do, enable what on startup?
Random1225 Posted January 28, 2009 Report Posted January 28, 2009 You mean like a program that lets you choose what starts on startup and then disable what you don't.
SmokiestGrunl Posted January 29, 2009 Author Report Posted January 29, 2009 Is this VB? I don't know how to move a file if its running, so can't help there. I also don't renaming programs. What do you want to buttons to do, enable what on startup? Enable its self on startup (it wont make much sense now but it will when its finished). The moving isn't important and neither is the renaming, all that can be done manually easily.
gruntmods Posted January 30, 2009 Report Posted January 30, 2009 Is this VB? I don't know how to move a file if its running, so can't help there. I also don't renaming programs. What do you want to buttons to do, enable what on startup?lol your sentence is very fragmented.
Korupt Data Posted January 30, 2009 Report Posted January 30, 2009 Looks like something to make viruses with lol, but ask Slip he will know.
Dark Slipstream Posted February 7, 2009 Report Posted February 7, 2009 Ask Slip. lol. Anyway, to copy your program during runtime (other than embedding, then extracting later), I'd have to look into it. You basically need to untie itself from the system, then copy it's start path (C:\...\filename.exe) to the C:\ or what eva. The rest you stated is easy. I have some code that will add a program to startup, it accesses it via Registry, so if Registry Writing is disabled, it won't work. I'm busy today, I can help you another day though. It's all pretty easy.
SmokiestGrunl Posted February 7, 2009 Author Report Posted February 7, 2009 Ask Slip. lol. Anyway, to copy your program during runtime (other than embedding, then extracting later), I'd have to look into it. You basically need to untie itself from the system, then copy it's start path (C:\...\filename.exe) to the C:\ or what eva. The rest you stated is easy. I have some code that will add a program to startup, it accesses it via Registry, so if Registry Writing is disabled, it won't work. I'm busy today, I can help you another day though. It's all pretty easy. Alright sweet.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now