Startup Aplication

J

Jason

Hi everyone,

I need some info_On windows XP i need to have only one application
running.When Windows starts i will setup aoutomatic administrator
login,application will start and after close application i need to get
windows to go to shutdown.How to do this?

Thanks in advance
 
P

Pegasus \(MVP\)

"Jason" <spahic@gmail.com> wrote in message
news:OzFwRXgvHHA.312@TK2MSFTNGP04.phx.gbl...
> Hi everyone,
>
> I need some info_On windows XP i need to have only one application
> running.When Windows starts i will setup aoutomatic administrator
> login,application will start and after close application i need to get
> windows to go to shutdown.How to do this?
>
> Thanks in advance


Put the following lines into the file
"c:\documents and settings\all users\start
menu\programs\startup\netlogon.bat":

@echo off
"c:\Program Files\Some Folder\Name of your App.exe"
shutdown -s
 

Similar threads

N
Replies
0
Views
63
Nazmul Alom Shanto
N
Н
Replies
0
Views
24
Николай Щукин1
Н
C
Replies
0
Views
30
Clay Brandmaker
C
Back
Top Bottom