Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Echo Text in Caps
Name: astroraptor Date: June 23, 2008 at 11:38:29 Pacific OS: Windows XP Pro CPU/Ram: 1.8GHz/1024MB Product: IBM/NetVista
Comment:
Not terribly important but is there a way to take a text variable and change it into caps?
Summary: Hi What im trying to do is adding text to a txt file using the echo command in the dos promt. For example, if the txt file contain this text: hiui d gigi <-- on this line I want to add some text d...
Summary: Hi Magnum Doe's this help @echo off if exist newfile.txt del newfile.txt for /f "tokens=*" %%a in (myfile.txt) do call :AddText "%%a del myfile.txt rename newfile.txt myfile.txt exit /b :AddText %1 se...
Summary: Hi... I used the microsoft voice text in school to let the computer speak a text, and it worked fine... When I did it at home, it kept giving me a run-time error!!! and I am sure I used the same code....