.bat file: How setlocal enabledelayedexpansion came the rescue
Recently I was working on a script that verifies the service state for (RUNNING or PAUSED) and depending on the state, it should run some scripts. The problem was, I…
Recently I was working on a script that verifies the service state for (RUNNING or PAUSED) and depending on the state, it should run some scripts. The problem was, I…
Here's an Apple Script that allows to automate iTerm sessions. tell application "iTerm" activate set W to (create window with default profile) if W = missing value then set W…
I had to install a new plugin but in order to start fresh, I removed my platform/android folder and did run cordova prepare android . Without realising it, cordova-android when…