Running a small bit of code is a favourite
var WshShell = WScript.CreateObject("WScript.Shell"); for (var i = 0; i < 12; i++) { // Loop 12 times WshShell.SendKeys('{SCROLLLOCK}'); WshShell.SendKeys('{SCROLLLOCK}'); // Toggle Scroll Lock WScript.Sleep(300000); // Wait 5 minutes }
Save as whatever.js, right click & open with CMD
This looks ace, but struggling with how to make it work? do you just create a file in notepad? Assume it's a javascript file.
@NotThamesWater started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Running a small bit of code is a favourite
Save as whatever.js, right click & open with CMD