Can anyone help me with this login script?

Soldato
Joined
4 Aug 2004
Posts
2,734
Location
on OCUK
Hey guys im running a script to install BGINFO..now im not too sure if its bginfo causing the problem or my bad coding :o

Basically everything works fine but the login script just gets stuck and doesnt go away?

here is a pic:

Pic.jpg


Why doesnt the script just flash off after running the script I have to manually click the x button..

FYI if I I take the /taskbar option out it runs the script and closes fine.

I basically need to know a command (if it exists) to close the window?

Thanks:)
 
It's waiting for bginfo to close before it moves to the next line, obviously having /taskbar causes it to stay open.

You could maybe cheat by running:
start c:\Progra~1\bginfo\bginfo.exe c:\Progra~1\bginfo\meridian.bgi /nolicprompt /taskbar /timer:0 /silent
 
Last edited:
I wish I knew this a few weeks ago when I was writing some basic batch files too :D.
 
Back
Top Bottom