Cyberdyne Estonia, 28.10.2022, 07:41 |
DOS tool to convert letters in text file to upper/lowercase. (Miscellaneous) |
Googled all the way, and did not find any, is there one maybe.... --- |
mceric Germany, 28.10.2022, 11:00 @ Cyberdyne |
DOS tool to convert letters in text file to upper/lowercase. |
> Googled all the way, and did not find any, is there one maybe.... --- |
Cyberdyne Estonia, 28.10.2022, 12:45 @ mceric |
DOS tool to convert letters in text file to upper/lowercase. |
Well even this would be nice. Just have to make a batch file with all the alphabet. Just can not find the DOS version. --- |
jhall 28.10.2022, 16:03 @ Cyberdyne |
DOS tool to convert letters in text file to upper/lowercase. |
Eric wrote: |
jhall 28.10.2022, 16:24 @ jhall |
DOS tool to convert letters in text file to upper/lowercase. |
Or, you could write a small program to do this for you. Compile this: |
jhall 28.10.2022, 16:47 @ jhall |
DOS tool to convert letters in text file to upper/lowercase. |
> Or, you could write a small program to do this for you. Compile this: |
Rugxulo Usono, 31.10.2022, 23:55 @ mceric |
DOS tool to convert letters in text file to upper/lowercase. |
> You should be able to find a DOS version of TR (from textutils or |
rr Berlin, Germany, 28.10.2022, 19:02 @ Cyberdyne |
DOS tool to convert letters in text file to upper/lowercase. |
> Googled all the way, and did not find any, is there one maybe.... --- |
Laaca Czech republic, 28.10.2022, 21:38 @ rr |
DOS tool to convert letters in text file to upper/lowercase. |
> Case conversion is not as easy as it may seem. --- |
RayeR CZ, 15.12.2022, 16:25 @ Laaca |
DOS tool to convert letters in text file to upper/lowercase. |
DOS Navigator built-in text editor also can do this, using it for so many years... --- |
bretjohn Rio Rancho, NM, 30.10.2022, 02:49 @ rr |
DOS tool to convert letters in text file to upper/lowercase. |
> Case conversion is not as easy as it may seem. |
rr Berlin, Germany, 30.10.2022, 11:38 @ bretjohn |
DOS tool to convert letters in text file to upper/lowercase. |
> Actually, it doesn't depend on the Language or Country but rather the Code --- |
bretjohn Rio Rancho, NM, 31.10.2022, 16:12 (edited by bretjohn, 31.10.2022, 22:07) @ rr |
DOS tool to convert letters in text file to upper/lowercase. |
> But I didn't find a tolower() function. My guess: If the user supplied, |
Rugxulo Usono, 29.10.2022, 00:59 @ Cyberdyne |
DOS tool to convert letters in text file to upper/lowercase. |
Sed should do what you want. |
Doug 30.10.2022, 08:47 @ Cyberdyne |
DOS tool to convert letters in text file to upper/lowercase. |
One might potentially cook up a routine using the 80x86 opcode "XLAT": |