Overview
Memory.RunProgram ( |
Run A Program From Memory.
(string) Base64 of file.
(string) Parameters that you want send to exe from memory.
Nothing.
-- Rum a program from memory -- My_File variable has base64 of a program Memory.RunProgram(My_File, "\"First Param\" \"Second Param\"")
See also: Related Actions