Since last month, I’ve made a small change to the way I rename the files produced by my scanner. I… Read more Renaming Sequenced Files in PowerShell – part 2
Category: Scripting
The Golden Age of Scripting –
focus on (back-end) coding, especially Python, Ruby, and Windows PowerShell
Renaming sequenced files in PowerShell
I’ve been scanning pages from a paperback book (by the way, did you know that Kinko’s / Fedex stores often… Read more Renaming sequenced files in PowerShell
Out-String and Invoke-Expression
More PowerShell work today… I’ve been working with the output from a Ruby script that we use to access Solr… Read more Out-String and Invoke-Expression
Getting back to JavaScript
I’m adding a new Category to this blog, because I’m getting serious about a new subject: JavaScript. In some ways,… Read more Getting back to JavaScript
PowerShell – Searching a big text file, the Out-GridView cmdlet
Searching a big text file in PowerShell Where I work, we use simple text files as menus for our web… Read more PowerShell – Searching a big text file, the Out-GridView cmdlet
Editing PowerShell scripts from the ISE command line, part 2
A couple of days ago, I talked about using the ISE command line to create script lines in the active… Read more Editing PowerShell scripts from the ISE command line, part 2
Use Shift-Enter (not Enter) to continue lines in the ISE command pane
Something that’s been bugging me for a while is that I couldn’t remember how to continue lines in the ISE… Read more Use Shift-Enter (not Enter) to continue lines in the ISE command pane
Building GUIs for scripts
It is a truth universally acknowledged that not everyone is comfortable working with a command line. Let’s face it, some… Read more Building GUIs for scripts
Editing PowerShell scripts from the ISE command line
One of the things I do at work involves creating scripts to run a Ruby script. For each line in… Read more Editing PowerShell scripts from the ISE command line
Browser automation using PowerShell – links
One of goals in my new approach to my job is to speed up our Quality Control (QC) processes. We… Read more Browser automation using PowerShell – links