Re: [Freedos-devel] FDLOCAL

2018-07-12 Thread Jim Hall
Hi Ercan

On Wed, Jul 11, 2018, 3:47 AM Ercan Ersoy  wrote:

>
> Hello,
>
> I created new project. My project is FDLOCAL.
>
> FDLOCAL is locale settings in a batch file for FreeDOS.
>
> It is useful for update language setting and keyboard
> setting.
>
> Project links:
>
> https://github.com/ercanersoy/FDLOCAL
> https://gitlab.com/ercanersoy/FDLOCAL



I looked at your project. This is a batch file that collects the commands
to change locale (keyboard settings, etc)

A few comments:

1. Some users have a need to use a different display language from the
keyboard language. Your batch file doesn't accommodate that.

2. There's no way to see help. Either the user gets the usage exactly
right, or FDLOCAL exits silently. There should be some way to detect
incorrect usage and display help (usage). And for users to request usage
(such as /?)

This is the code you have that evaluates the command line:

IF %1==EN-Q GOTO ENQLOCAL
IF %1==FR-A GOTO FRALOCAL
IF %1==TR-Q GOTO TRQLOCAL
IF %1==TR-F GOTO TRFLOCAL
GOTO END


3. Similarly, your usage requires all caps (case sensitive). So "en-q" is
not recognized here.


>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


[Freedos-devel] FDLOCAL

2018-07-11 Thread Ercan Ersoy



Hello,

I created new project. My project is FDLOCAL.

FDLOCAL is locale settings in a batch file for FreeDOS.

It is useful for update language setting and keyboard
setting.

Project links:

https://github.com/ercanersoy/FDLOCAL
https://gitlab.com/ercanersoy/FDLOCAL

Best regrads,
Ercan


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel