Batch file !!!!

Soldato
Joined
15 Dec 2004
Posts
3,819
Can you not just put a shortcut to mspaint.exe in the user's startup folder?

But for reference:

Code:
@ECHO OFF

CLS

START mspaint.exe

EXIT

in notepad then save it as x.bat :)
 
Soldato
Joined
15 Dec 2004
Posts
3,819
king_kenny said:
Cheers for reply, so the above ^ shizzle ^, when put into a batch file, when windows restarts it will open it up yea :) ????

Only if you put it into the user's startup folder or add it to the runonce key in the registry. Do you want it to start up every time the machine boots or just once?
 
Soldato
Joined
15 Dec 2004
Posts
3,819
king_kenny said:
every time pc boots ups preferably but if once is easier then ill go with once :) !!!!

Every time will be much easier- just write the batch file as above and copy it into:

%USERPROFILE%\Start Menu\Programs\Start Up

:)
 
Back
Top Bottom