The /W number is: "Delay the next keystroke in the KEYSTACK buffer by a specified number of clock ticks. A clock tick is approximately 1/18 second."
so if I want to wait 5 mnutes the calculation for the number would be
18 (18 ticks in a second) X 60 (seconds in a minute) X 5 (minutes to wait.)
So the correct number would be 5400, correct?
so if I want to wait 5 mnutes the calculation for the number would be
18 (18 ticks in a second) X 60 (seconds in a minute) X 5 (minutes to wait.)
So the correct number would be 5400, correct?