Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Autorun If Statement
Name: djas Date: October 20, 2005 at 06:43:02 Pacific OS: Windows XP Pro SP2 CPU/Ram: P4 2.40 GHZ 256 RAM
Comment:
Hey guys, does anyone know if it is possible to us If Statements in autorun files? Just a thought. Thanx
Summary: A is OK except that the ; after the last ) means that there is no 'true' action for the if statement. B would work only if you (or someone) wrote the function 'upper()'. 'upper()' is not a normal C/...
Summary: I am using WinXP. I have a batch file that runs on every startup but I would like it to run only on a certain day of the week. I am trying to use if statements to check the date, but the %date% variab...
Summary: Hi, Can i use the if statement as follows... I mean can i use brackets as follows... I want to know the syntax of if statement to execute some set of lines. if "%Component%"=="OA" ( rmdir /s /q "%inst...