Awesome the /i switch worked.
Thanks.
Search found 2 matches
- 04 May 2010 23:41
- Forum: DOS Batch Forum
- Topic: tolower
- Replies: 2
- Views: 3822
- 04 May 2010 12:09
- Forum: DOS Batch Forum
- Topic: tolower
- Replies: 2
- Views: 3822
tolower
Hi, I'm trying to use the tolower function described in the below page. I think this is a simple syntax problem since I'm relatively new to DOS functions. m I'm trying to take %username% and make it all lower case (or even upper case). Since when I test for "if %username%==administrator" i...