1: Need to check whether there is an a.ini file under the c:\WINDOWS directory. If there is, give a prompt and exit; if not, continue to the next step.
2: Then check whether the c:\WINDOWS\b.xml document also does not contain the string abc. If it does, give a prompt and exit; if not, continue to the next step.
3: Check whether the mysql service exists. As long as it exists, regardless of whether it is started or not, give a prompt and exit. If it does not exist, continue to the next step.
4: Check whether the system is Windows 2003. If not, give a prompt and exit. If yes, continue to the next step.
5: Check whether the current bat directory is in NTFS format. If not, give a prompt and exit. If yes, continue to the next step.
This newbie has been messing with it for ages and still doesn't understand, so I'm asking everyone for advice. Thanks!
[ Last edited by ygwhm on 2008-1-5 at 12:54 PM ]
2: Then check whether the c:\WINDOWS\b.xml document also does not contain the string abc. If it does, give a prompt and exit; if not, continue to the next step.
3: Check whether the mysql service exists. As long as it exists, regardless of whether it is started or not, give a prompt and exit. If it does not exist, continue to the next step.
4: Check whether the system is Windows 2003. If not, give a prompt and exit. If yes, continue to the next step.
5: Check whether the current bat directory is in NTFS format. If not, give a prompt and exit. If yes, continue to the next step.
This newbie has been messing with it for ages and still doesn't understand, so I'm asking everyone for advice. Thanks!
[ Last edited by ygwhm on 2008-1-5 at 12:54 PM ]
