Auto Play on PCs

Dar Scott dsc at swcp.com
Wed Jan 7 16:19:34 EST 2004


On Wednesday, January 7, 2004, at 02:01 PM, Trevor DeVore wrote:

> put "[autorun]" & numToChar(13) & numToChar(10) & 
> "open=MyFolder/Myapp.exe" into tFile

Building on that...

put "[autorun]" & CRLF & "open=MyFolder\Myapp.exe" & CRLF into URL 
("binfile:" & cdMockupFolder & "autorun.inf")

I don't know if you need the second crlf.  You might not need the 
backslash.  You can probably figure the cdMockupFolder in your head and 
put this all in the message box.

Dar Scott



More information about the use-livecode mailing list