Wondering if anyone has solved this.
I have a compiled .exe as a shortcut on my desktop.
In the past I have used desktop shortcuts to enable myself to drag and drop FILES onto the desktop icon, and then take action from there.
I'm hoping to be able to cut and paste TEXT onto the desktop icon as input as the "param1" value.
Anyone know how?
Thanks
;;;; test parameters
numparam = param0
If param0 > 0
For p = 1 to param0
Display(1,p, param%p%)
Next
Message( param0, "%param1% %@CRLF%%param2% %@CRLF%%param3% ")
Else
Message("no param", "nothing here")
Endif