As heard on 7MS #357
Basically, you can do Windows Key + R then type cmd and Enter for quick access to command line.
But lets do some more fun stuff. Wanna open a command window from the desktop and launch a command in one swoop? Try this:
As heard on 7MS #357
Basically, you can do Windows Key + R then type cmd and Enter for quick access to command line.
But lets do some more fun stuff. Wanna open a command window from the desktop and launch a command in one swoop? Try this:
| #! /usr/bin/env python | |
| # Script to update Bio-Formats server-side | |
| import urllib2 | |
| import os | |
| import shutil | |
| DONWLOADS_URL = "http://downloads.openmicroscopy.org/bio-formats" | |
| RELEASE = "5.1.4" | |
| JARS = [ |