I want to copy files onto either Win9x or Win2K computers with a single batch file. The files will be copied into different locations depending on the OS. The batch file needs to identify which OS exists. I know the syntax is something like: IF EXIST c:\windows GOTO batch file lines or IF EXIST c:\winnt GOTO other batch file lines
I am looking for the exact syntax including any ":" etc. that may be needed.
Thanks