Page 1 of 1

.BAT FILE

Posted: Wed Jul 20, 2005 6:07 pm
by TPHC]Gollum
What would the code be to make a program and to start up when u start up windows? (For .bat) :?:
or what is the .dll file that makes programs start up up when u start windows?
Also how would i make it cut and paste a file? (not copy and paste)

Re: .BAT FILE

Posted: Thu Jul 21, 2005 5:22 am
by halofun121
TPHC]Gollum wrote:What would the code be to make a program and to start up when u start up windows? (For .bat) :?:
or what is the .dll file that makes programs start up up when u start windows?
Also how would i make it cut and paste a file? (not copy and paste)
.BAT files are Dos Batch files. They are a bunch of DOS commands.
Example:
@echo off
PAUSE

@echo off - Tells DOS not to display any of the commands in the batch file.

PAUSE - Pauses the system so the DOS prompt does not exit ou right away (a Press any key to continue...)

You make them in notepad and save them as .BAT

There are other DOS commands you can use, they are really handle somtimes!

About making apps start at bootup, there is a startup folder you can put shortcuts to applications to in the start menu.

O, your talking programming? I aint a good programmer. Ask like Yomama for help on that.

Posted: Thu Jul 21, 2005 7:05 pm
by TPHC]Gollum
how would i make it start everytime windows started?

Posted: Thu Jul 21, 2005 7:32 pm
by TheKeihatsu
you can edit the registry to start up the program or you can simply copy the program to ur startup folder under shared, or you can write it into win.ini, which i dont think is supported in winxp...contact me, ill gve u a tutorial