Search found 7 matches
- 21 Feb 2013 03:27
- Forum: DOS Batch Forum
- Topic: logon.bat start minimized
- Replies: 8
- Views: 9280
Re: logon.bat start minimized
Thanks a lot ; abc0502.! I've use'd your script because it's more logic.
- 18 Feb 2013 14:40
- Forum: DOS Batch Forum
- Topic: logon.bat start minimized
- Replies: 8
- Views: 9280
Re: logon.bat start minimized
Thanks for your reply anyway. Yes i've tried what foxidrive suggested , but alas it still starts minimized. I also tried to put "start /max" in the logon.bat file , but this was also not the solution because an empthy dosbox started maximized but not the logon.bat. Logon.bat starts from th...
- 17 Feb 2013 10:49
- Forum: DOS Batch Forum
- Topic: logon.bat start minimized
- Replies: 8
- Views: 9280
Re: logon.bat start minimized
The logon.bat file starts automatically when a user logs in on his workstation. The logon.bat file will be activated via a GPO on a winows server 2008 sr2. It is located in the Netlogon share on the server 2008sr2. Logon.bat starts well , but i want it's "open"on the desktop of the user. N...
- 14 Feb 2013 14:24
- Forum: DOS Batch Forum
- Topic: suppress blinking cursor in a cmd -file
- Replies: 4
- Views: 7914
Change the color of the blinking dos prompt
I should like to change the color of the blinking dos prompt.
If this is possible , then i can make the color of the prompt the same as the
background . This way i can make it invisible.
May someone can help me ?
Thanks in advance !
If this is possible , then i can make the color of the prompt the same as the
background . This way i can make it invisible.
May someone can help me ?
Thanks in advance !
- 14 Feb 2013 14:10
- Forum: DOS Batch Forum
- Topic: logon.bat start minimized
- Replies: 8
- Views: 9280
Re: logon.bat start minimized
I mean ; how can i start a dosbox open , but not minimized on the taskbar ?
- 14 Feb 2013 09:06
- Forum: DOS Batch Forum
- Topic: logon.bat start minimized
- Replies: 8
- Views: 9280
logon.bat start minimized
I've made a logon script ( logon.bat) , but it starts minimized ...
i want logon.bat starts automatically open on the desktop of the user...
so the user can read the message directly from his /her screen...
who can help me ?
Thanks in advance !
i want logon.bat starts automatically open on the desktop of the user...
so the user can read the message directly from his /her screen...
who can help me ?
Thanks in advance !
- 13 Feb 2013 14:31
- Forum: DOS Batch Forum
- Topic: suppress blinking cursor in a cmd -file
- Replies: 4
- Views: 7914
suppress blinking cursor in a cmd -file
I've made a dos script file , see here beneath the last few sentences from this batch file ; echo. echo press any key to close this dos box... echo. echo. echo. pause >nul On the end of this file there is still a blinking cursor on the screen.-.. May there is a way to suppress this blinking cursor a...