
-----------------------------------
Finaltank
Fri Oct 07, 2005 7:49 pm

Embedding Turing files in startup
-----------------------------------
LOL I was a little curious, if you made an .exe file could you stick it in the registry? I was working on this kick ass quadratic plotter, and my laptop is a little slow, and finding the file and starting it up is annoying. Is there anyway I can make the registry start it up when windows XP opens? Thats all my laptop is designed for ... so... help lol?

Is there a way I can add a command to startup to make it read it?

-----------------------------------
Cervantes
Sat Oct 08, 2005 8:08 am


-----------------------------------
Can't you just stick it in the start up folder?

-----------------------------------
Finaltank
Sat Oct 08, 2005 2:23 pm


-----------------------------------
Wheres that lol?

C:/Windows/Startup?

Im on windows XP, I know alot about computers but I thought thinks start up from the msconfig thingy (or maybe I dont know as much as I think I do lol)

-----------------------------------
Cervantes
Sat Oct 08, 2005 2:54 pm


-----------------------------------

Wheres that lol?

C:/Windows/Startup? 

If there's a folder called "Startup" in the WINDOWS folder, it's probably it.  I think there's also something in the start menu.

-----------------------------------
Token
Sun Oct 09, 2005 10:06 am


-----------------------------------
C:\Documents and settings\(your username)\Start Menu\Programs\Startup

your username is the name that apears at the top of the start menu.

-----------------------------------
[Gandalf]
Sun Oct 09, 2005 1:13 pm


-----------------------------------
And what's really good is that you can automatically get the username:
put "Hello ", Sys.GetUserName, " on ", Sys.GetComputerName
