I’m trying to run a shell command on Windows and the following code gives an 
error on the “put the wheel of “dir” into field “one”.

The goal of the script below is to get a directory listing in the Programs 
folder.

Setup: A field “one” and a button where this script is in.

on mouseUp
   set the shellCommand to “C:\ProgramData\Microsoft\Start Menu\Programs”
   put shell (“dir”) into field “one”
end mouseUp

Bill Vlahos
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to