Tag: Windows
-
Oh this is super handy. Say you have an active log file you want to monitor in real-time, simply run this command in Windows Powershell and see your logs update live on the terminal. To demonstrate, in the screenshot above, I simply created a script that logs the current timestamp every two seconds on a… Continue reading
-
Basically what I want to do is launch several applications in one command. There are many options to do this. You can create a batch file that opens several applications then run it, or you can simply type a command from the run dialog that launches the apps you want. I choose to do the… Continue reading