Shell Command just doesn't want to work
Posted: Tue Aug 02, 2011 3:58 am
Again something so simple is so hard to sort out in livecode.
Why can't there be a simple sample that just works.
Error on get shell:
button "cmd2": execution error at line n/a (shell: can't run shell command) near "c: /C notepad.exe"
Why can't there be a simple sample that just works.
Code: Select all
on mouseUp
local tCommand
put "notepad.exe" into tCommand
get shell(tCommand)
put it
end mouseUp
button "cmd2": execution error at line n/a (shell: can't run shell command) near "c: /C notepad.exe"