Jump to content

Recommended Posts

Guest Jason
Posted

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

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

Re: Startup Aplication

 

 

"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


×
×
  • Create New...