Search found 1 match

by ObtuseAngle
22 Aug 2012, 08:05
Forum: General
Topic: Possible to send buffer as program command line parameter?
Replies: 1
Views: 6626

Possible to send buffer as program command line parameter?

One of the predefined actions is Run Application, so you can run e.g. myprogram.exe foo Is it possible to send the buffer e.g. myprogram.exe [Buffer] ? While writing this post I realised it might be possible to do this as a script (untested): Dim wsh Set wsh = CreateObject("Wscript.Shell") wsh.Run "...