The following script commands have been added:
- "timer % [timer name]" — The number of milliseconds since your PC was last rebooted will be stored in the global variable "timer name." This can be used to measure lengths of time. Example:
- keys=timer % start
keys2=s10000
keys3=timer % end|sub % end,(VAR % start)|(VAR % end) milliseconds have elapsed
- keys=timer % start
- “cmd % [command line command]” — Speeder will activate “command line command” as if you had typed the command into the Windows console (i.e., cmd.exe). Example:
- [113]
keys=cmd % cls
repeat=0
Press F2, and Speeder will clear the console.
- [113]
These additions require updating Speeder to version 172.