Code: Select all
@echo off
Cls
Set /p word
If %word%== this echo that
:: with about 500 more if statements
How can I see how long it takes the file to reach an if statement and pipe the time taken into a text file ? Thanks.
Moderator: DosItHelp
Code: Select all
@echo off
Cls
Set /p word
If %word%== this echo that
:: with about 500 more if statements