I am having a little trouble making an install disk. I really don't know very much about copy files with LC
This is what I have tried, but it does not work:
Some guidance will be appreciated.----- Copy file
put specialfolderpath("Test") & "/Test.exe" into tFile
put FileData into url("file:" & tFile)
----------------------------------------------------
----- Copy Shortcut
put specialfolderpath("desktop") & "/Test.lnk" into tFile
put FileData into url("file:" & tFile)
----------------------------------------------------
Thanks,
David