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 […]