Search found 663 matches
- 31 Jul 2025 00:11
- Forum: DOS Batch Forum
- Topic: PAUSE localized... not really
- Replies: 11
- Views: 641
Re: PAUSE localized... not really
Yes, there are lots of files missing. Never noticed that they were not in Slovene (or Slovenian - both versions are correct). I noticed the PAUSE not being translated while using Aacini's AutoMenu.bat. I added the first line below and after that there is a PAUSE command... Pritisnite tipko za vrnite...
- 30 Jul 2025 02:10
- Forum: DOS Batch Forum
- Topic: PAUSE localized... not really
- Replies: 11
- Views: 641
Re: PAUSE localized... not really
My sl-SI folder contains 843 .mui files. De-DE 14 files. Other xx-xx folders I have contain 13 or 14 .mui files.
As you mentioned: cmd.exe.mui file is not present.
Thanks. I learned something new today.
Saso
As you mentioned: cmd.exe.mui file is not present.
Thanks. I learned something new today.
Saso
- 28 Jul 2025 05:26
- Forum: DOS Batch Forum
- Topic: AutoMenu.bat: simple multi-level menu system (with a coherent help on Windows-DOS commands)
- Replies: 22
- Views: 85664
Re: AutoMenu.bat: simple multi-level menu system (with a coherent help on Windows-DOS commands)
Announcment: new version 2.0 is here. What's new that justifies major version number change? AutoMenu.bat now supports display of menu options based on user groups! Antonio designed AutoMenu.bat to have these information in the filename/directory name (delimited by a minus sign '-'): key to press-sh...
- 28 Jul 2025 00:03
- Forum: DOS Batch Forum
- Topic: PAUSE localized... not really
- Replies: 11
- Views: 641
Re: PAUSE localized... not really
Interesting. Looks like cmd.exe has not been translated. I also checked this on Windows 11 (24H2 26100.4652). For example COLOR /? shows help in English. GETMESSAGETABLE gives this: #M 0x0000232B #L 0x0409 : Press any key to continue . . . %0 There is no other match for 232B. Thank you Steffen - Som...
- 24 Jul 2025 00:22
- Forum: DOS Batch Forum
- Topic: PAUSE localized... not really
- Replies: 11
- Views: 641
Re: PAUSE localized... not really
Very good Steffen!
Thanks.
Translators forgot to translate this in Slovenian version of Windows or... . Who knows.
Saso
Thanks.
Translators forgot to translate this in Slovenian version of Windows or... . Who knows.
Saso
- 23 Jul 2025 03:09
- Forum: DOS Batch Forum
- Topic: PAUSE localized... not really
- Replies: 11
- Views: 641
Re: PAUSE localized... not really
Thank you Antonio!
Looks like Microsoft should translate this in Slovenian version of Windows... but support will end soon.
Maybe other localizations?
Thanks again.
Saso
Looks like Microsoft should translate this in Slovenian version of Windows... but support will end soon.
Maybe other localizations?
Thanks again.
Saso
- 22 Jul 2025 22:12
- Forum: DOS Batch Forum
- Topic: PAUSE localized... not really
- Replies: 11
- Views: 641
PAUSE localized... not really
PAUSE command is sometimes localized and sometimes it is not: Einstein's post (https://www.dostips.com/forum/viewtopic.php?p=71407#p71407): Premere un tasto per continuare . . . aGerman's post (https://www.dostips.com/forum/viewtopic.php?p=71388#p71388): Drücken Sie eine beliebige Taste . . . I trie...
- 03 Jul 2025 22:31
- Forum: DOS Batch Forum
- Topic: VBS returns localized TRUE/FALSE
- Replies: 3
- Views: 898
Re: VBS returns localized TRUE/FALSE
Thank you Steffen.
Saso
Saso
- 03 Jul 2025 04:38
- Forum: DOS Batch Forum
- Topic: VBS returns localized TRUE/FALSE
- Replies: 3
- Views: 898
Re: VBS returns localized TRUE/FALSE
I also had this solution: findstr /R "^[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]\;" file.txt>tmp1.tmp findstr /R "\;[0-9][0-9][0-9][0-9]\-[0-9][0-9]\-[0-9][0-9]$" tmp1.tmp>tmp2.tmp but Dave writes here https://stackoverflow.com/questions/2635740/why-does-findstr-not-handle-ca...
- 03 Jul 2025 01:36
- Forum: DOS Batch Forum
- Topic: VBS returns localized TRUE/FALSE
- Replies: 3
- Views: 898
VBS returns localized TRUE/FALSE
Windows 10, 64 bit, Slovenian. I would like to check if a variable has only numeric characters, is date and if it's length is exactly 13 characters. I have this: @echo off set numbe=1234567890123 set datte=2024-08-01 >tmp.vbs echo n=isnumeric("%numbe%") : d=isdate("%datte%") : L=len("%numbe%") >>tmp...
- 30 Jun 2025 02:08
- Forum: DOS Batch Forum
- Topic: Get set /p to accept file suffix.
- Replies: 11
- Views: 2662
Re: Get set /p to accept file suffix.
Works as expected. c:\temp>a >Enter the 'File Type' [Suffix] including the decimal point and Asterix if applicable and press <Enter>: *.xls* *.xls* >Enter the 'File Type' [Suffix] including the decimal point and Asterix if applicable and press <Enter>: .xls* .xls* >Enter the 'File Type' [Suffix] inc...
- 29 Jun 2025 11:25
- Forum: DOS Batch Forum
- Topic: Get set /p to accept file suffix.
- Replies: 11
- Views: 2662
- 29 Jun 2025 11:25
- Forum: DOS Batch Forum
- Topic: Get set /p to accept file suffix.
- Replies: 11
- Views: 2662
Re: Get set /p to accept file suffix.
Works for me too.
Windows 10, 64-bit.
Saso
Windows 10, 64-bit.
Saso
- 24 Jun 2025 04:04
- Forum: DOS Batch Forum
- Topic: AutoMenu.bat: simple multi-level menu system (with a coherent help on Windows-DOS commands)
- Replies: 22
- Views: 85664
Re: AutoMenu.bat: simple multi-level menu system (with a coherent help on Windows-DOS commands)
Did you see this note from Aacini: A small drawback in the scheme used is that the maximum lenght of nested names (260 characters) may be reached if you use very long names with several levels deep. If the "Windows-DOS Commands Help" menu system don't show full names or don't works correctly, try to...
- 21 May 2025 02:37
- Forum: DOS Batch Forum
- Topic: edit command (CLI text editor) returns to Windows
- Replies: 3
- Views: 11865
Re: edit command (CLI text editor) returns to Windows
EDLIN.COM 2392 bytes.
Those were the days.
Saso
Those were the days.
Saso