How can I put one simple file in clipboard so I can use it later?
I did try few times but dont know where I am wrong...
File is in same dir where script is...
Those lines blow doesn't make sense since I did try few times and it wouldnt work... so its all mixed up...
It should be just 2 lines... but dont know how to write it right...
;$file = FileOpen("file.txt", 0)
;$clip = FileRead($file, 1)
FileCopy("file.txt", $file)
ClipPut($file,1)
;ClipPut($clip)
;$file = "file.txt"
;ClipPut(