Personal web page: Emmanuel Branlard
SEARCH RESULTS FOR: #WINDOWS

Extract SVN revision number, revision range, branch name from a given directory (edit)
This posts presents a set of commands to determine the SVN revision number, revision range and branchname of a current directory. The in...
Command line implementation of xdotool for windows (edit)
xdotool-for-windows: Command line implementation of xdotool for windows (pseudo-equivalent) Only one feature of the linux too...
Command line implementation of wmctrl for windows (edit)
wmctrl-for-windows Command line implementation of wmctrl for windows (pseudo-equivalent). Only few features of the linux tool wm...
Switch to Matlab window and paste content of clipboard into the command window (edit)
switch-and-paste-to-matlab is a simple program written in C-Sharp to switch to the Matlab command window and paste a command into it. The c...
DOS - Loop through files in alphabetical order (edit)
The trick is to use dir /b /on: for /F "tokens=*" %%f in ('dir /b /on "C:\Dir\*.exe"') do s...