Mats codemix

Mats codemix

A little c#, a litte .NET and throw in some c++ and you get a nice Spaghetti

Mats codemix RSS Feed
 
 
 
 

Posts tagged utilities

Calling 7-Zip from powershell

I had to write a little utility-script to backup and restore some files used for testdata. First i tried a commandline plugin for IZarc which seemed to select the wrong set of files…
I decided to use 7-Zip after reading this post:John Robbins blog which helped me with the -o option.
What i struggled with was how [...]