Browse by Tags

All Tags » Scripting » Deployment (RSS)

SystemSherlock - snapshot using GUI or CMD

Recently I wrote about SystemSherlock Lite - really nice snapshoting tool that supports command line... I also posted small utility for parsing log files. After that I started to heavily use SystemSherlock - and I must say that it is really really great...

Make snapshots of filesystem and registry using command line

Some installers can be very mysterious - this suddenly applies for MSI packages, even using full logging, it is not easy to find out which registry keys or files were modified\deleted\added. If you have application that is using some custom installer...

Batch abstractions 2

Ok, I found some time, so lets go! Set Ini.Include.Servers=Server Set Ini.Include.Paths=Paths Set Path.Server.Ini=\\%UserDNSDomain%\Netlogon\IniFiles For /f “usebackq delims== tokens=1-2” %%i IN (`Set Ini.Include`) Do ( For /f “usebackq...
Posted by martin | with no comments
Filed under: ,

Batch abstractions...

I really HATE static scripts - and most of administrators use them. Static script means that paths, server names etc. are hardcoded to these scripts. I am using quite simple method to workaround. First method is using variable for current directory. This...
Posted by martin | 1 comment(s)
Filed under: ,