Search found 2 matches
- 12 Sep 2011 11:47
- Forum: DOS Batch Forum
- Topic: DOS Batch IF statement problems
- Replies: 1
- Views: 2727
DOS Batch IF statement problems
I have a really weird problem. It is almost like there is some setting in my cmd prompt window environment that is making the IF command work incorrectly. here is the cmd file I am trying to run: @echo off set str1="Default Web Site" set str2="Default Web Site" echo %str1% echo %...
- 12 Sep 2011 11:46
- Forum: DOS Batch Forum
- Topic: DOS Batch IF statement problems
- Replies: 3
- Views: 5043
DOS Batch IF statement problems
I have a really weird problem. It is almost like there is some setting in my cmd prompt window environment that is making the IF command work incorrectly. here is the cmd file I am trying to run: @echo off set str1="Default Web Site" set str2="Default Web Site" echo %str1% echo %...