args Path, Target local Name = input("Enter file name (no extension):") if(not Name) quit local C = clip.get if(validpath(C)) Target = C local fh = file.open(Path ++ "\" ++ Name ++ ".url", "w") if(fh <= 0) do messagebox("ok error", "File not opened", "FILE plugin error #1") quit endif fh.writeline("[InternetShortcut]") fh.writeline("URL=" ++ Target) fh.close win.sendmessage(win.handle("c=TTOTAL_CMD"), 0x400+51, 540, 0)