"Jason" <spahic[ at ]gmail.com> wrote in message news:OzFwRXgvHHA.312[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text] > 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":
[ at ]echo off "c:\Program Files\Some Folder\Name of your App.exe" shutdown -s
|