saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.09k stars 350 forks source link

[New Functionality] Run Powershell Script #255

Closed ITE-Sound closed 3 years ago

ITE-Sound commented 3 years ago

I would like to able to supply a script either by filename or by a string variable. -The script/script text should be updated with variable values where a context variable is represented in the text with some unique string before runtime. ex <> replaced by the value of the taskt variable {Date.Now}

saucepleez commented 3 years ago

Hello,

Powershell command has been added with this functionality.