utility fs.exe for fullscreen

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Message
Author
foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: utility fs.exe for fullscreen

#16 Post by foxidrive » 16 Dec 2013 04:42

Dos_Probie wrote:Carlos, works with Windows 8.1 x64 (see url below) but if I attempt to right-click and run as admin I get the following error:

Code: Select all

'fs.exe is not recognized as an internal or external command, operable program or batch file.



That's because fs.exe is not on the path and running as admin changes the folder to %windir%\system32

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: utility fs.exe for fullscreen

#17 Post by foxidrive » 16 Dec 2013 04:50

carlos wrote:@foxidrive.
I replace in the url https:// by http:// maybe now it Works for you.


No, it still says it doesn't exist. Did you change the case of fs.zip at all?

In the mirror link you need do clic on fs.zip and now in the button like in this picture:


Thanks, I have a popup on the bottom right corner and didn't see the extra two buttons. Oops. Mea Culpa!

I got it, and it works in Windows 8.1 32 bit - the task bar is visible as expected and an ontop window is still on top - see image

Image

Dos_Probie
Posts: 233
Joined: 21 Nov 2010 08:07
Location: At My Computer

Re: utility fs.exe for fullscreen

#18 Post by Dos_Probie » 16 Dec 2013 05:46

foxidrive wrote:
Dos_Probie wrote:Carlos, works with Windows 8.1 x64 (see url below) but if I attempt to right-click and run as admin I get the following error:

Code: Select all

'fs.exe is not recognized as an internal or external command, operable program or batch file.



That's because fs.exe is not on the path and running as admin changes the folder to %windir%\system32


you beat me to it foxi, that's what I figured out, so just place it in the Windows directory or System32 and it works as admin.. 8)

carlos
Expert
Posts: 503
Joined: 20 Aug 2010 13:57
Location: Chile
Contact:

Re: utility fs.exe for fullscreen

#19 Post by carlos » 16 Dec 2013 07:11

Thanks Dos_Probie for the feedback, also foxidrive. In your opinion the windows always on top like your performance window, should keep always on top, or in background for the cmd using fs.

In the fullscreen mode on windows xp the text font is raster font 8x8. You thing is good idea add the code for change the font to raster font 8x8 this should be a default option or optional?

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: utility fs.exe for fullscreen

#20 Post by foxidrive » 16 Dec 2013 07:57

It works well Carlos.

The windows should probably remain on top as that is the way they are meant to be.
However if there could be a switch to make the FS window stay on top of everything, then maybe that could be useful sometimes too.

carlos
Expert
Posts: 503
Joined: 20 Aug 2010 13:57
Location: Chile
Contact:

Re: utility fs.exe for fullscreen

#21 Post by carlos » 16 Dec 2013 14:40

I uploaded the versión 0.4.
Changes:
Improved the code.
Small executable.

brianadams
Posts: 5
Joined: 14 Dec 2013 10:12

Re: utility fs.exe for fullscreen

#22 Post by brianadams » 16 Dec 2013 18:10

so what is the difference between this fs.exe and mode con?
http://technet.microsoft.com/en-us/libr ... 90932.aspx

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: utility fs.exe for fullscreen

#23 Post by foxidrive » 16 Dec 2013 22:26

brianadams wrote:so what is the difference between this fs.exe and mode con?


Mode con can't do what fs.exe does.

carlos
Expert
Posts: 503
Joined: 20 Aug 2010 13:57
Location: Chile
Contact:

Re: utility fs.exe for fullscreen

#24 Post by carlos » 17 Dec 2013 23:45

I uploaded the version 0.5
This version solve the first problem mentioned by einstein1969. That be happen not in all Windows 7.
Added option /hmc that hide the mouse cursor.

carlos
Expert
Posts: 503
Joined: 20 Aug 2010 13:57
Location: Chile
Contact:

Re: utility fs.exe for fullscreen

#25 Post by carlos » 18 Dec 2013 06:43

I updated the zip of version 0.5 that now includes a readme documentation.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: utility fs.exe for fullscreen

#26 Post by foxidrive » 18 Dec 2013 08:03

It works nicely Carlos, Win 8.1 32 bit.

carlos
Expert
Posts: 503
Joined: 20 Aug 2010 13:57
Location: Chile
Contact:

Re: utility fs.exe for fullscreen

#27 Post by carlos » 18 Dec 2013 09:18

Thanks foxidrive. I added it to the tested list.

einstein1969
Expert
Posts: 941
Joined: 15 Jun 2012 13:16
Location: Italy, Rome

Re: utility fs.exe for fullscreen

#28 Post by einstein1969 » 18 Dec 2013 16:13

Hi Carlos,

I have tested the version 0.5. on my windows 7 32bit. This version work better than previus version.

There is a problem with the dimension. The vertical dimension visualized is no the maximum. Can you expand?

I have execute the test.cmd with two condition.

Image 1: Execute test.cmd with taskbar with autohide on.

Image 2: Execute test.cmd with taskbar with autohide off.

Image 1:
Image

Image 2:
Image

Einstein1969

carlos
Expert
Posts: 503
Joined: 20 Aug 2010 13:57
Location: Chile
Contact:

Re: utility fs.exe for fullscreen

#29 Post by carlos » 19 Dec 2013 15:59

@einstein1969: That was my fix for that problem. I found the problem in a netbook with Windows 7, then was very uncomfortable write the code inside it and test. Like your screenshot is how I get problem solved.
I not know if the problem is because a some minor bug in a dll of Windows 7 patched in some update. In that case, the problem will not appear in all Windows 7. Then, I not know if the problem is solvable updating a dll or changing the code.
But currently, the version 0.5 is the most stable that looks good in all Windows 7.

I will try improve.

Post Reply