How to kill tasks in PowerShell

6 January 2019 iby 0

If you are an “old” school IT guy as I am, then you would know tasklist  and taskkill, which can be executed from the command prompt.  You would often use these to get a list […]

No Picture

Splitting files using Visual Basic Scripts

21 May 2008 iby 0

Do you occasionally need to split a file based on its content? If yes – then this can be done quickly by using a Visual Basic Script and “Scripting.FileSystemObject”. Lets take a closer look.

Sendkeys in Visual Basic Scripts

27 February 2008 iby 0

Sendkeys can also be used from a Visual Basic Scripts, which means you can ex. build a vbs file, that can be used for starting up applications, or executing steps that you often have to […]

No Picture

Zip files in a script

3 May 2006 iby 0

If you have an application running, which creates a lot of log files – it would be neat to have simple functionality to zip those files. This is possible, just using dos scripts and the […]