.BAT FILE

Technical Chatter here.
Post Reply
TPHC]Gollum





Posts: 88
Joined: Thu Jul 08, 2004 4:44 pm
Contact:

.BAT FILE

Post 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)
sig to large.
halofun121




Wordewatician 100

Posts: 175
Joined: Wed Aug 11, 2004 7:18 am
Location: Reach

Re: .BAT FILE

Post 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.
Image
TPHC]Gollum





Posts: 88
Joined: Thu Jul 08, 2004 4:44 pm
Contact:

Post by TPHC]Gollum »

how would i make it start everytime windows started?
sig to large.
TheKeihatsu





Posts: 31
Joined: Thu Sep 09, 2004 6:04 pm
Location: Livonia, Michigan

Post 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
Post Reply