D dude8604 Platinum Member Oct 3, 2001 2,680 0 0 Jul 28, 2003 #1 I'm not sure if I can't do it because I'm writing the code wrong or because it's not possible.
I igowerf Diamond Member Jun 27, 2000 7,697 1 76 Jul 28, 2003 #2 Yeah. They can be nested. I just did a quick test in a folder that I'm working in: @echo off if exist index.asp ( if exist test.bat echo hi if exist nonExistantFile echo hello )
Yeah. They can be nested. I just did a quick test in a folder that I'm working in: @echo off if exist index.asp ( if exist test.bat echo hi if exist nonExistantFile echo hello )