twikkistep Posted January 27, 2007 Posted January 27, 2007 Hi, Can InetGet save to clipboard (or temporary memory) instead of saving it to a file? -- TS
BrettF Posted January 27, 2007 Posted January 27, 2007 Try something like: InetGet ("fileURL", @ScriptDir & "\TEMP\fileneme.*") _ClipPutFile (@ScriptDir & "\TEMP\fileneme.*") DirRemove ( @ScriptDir & "\TEMP\",1) Its not fully complete as the file will delete causing the copy to not work. But you should be able to adapt it. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
BALA Posted January 27, 2007 Posted January 27, 2007 Maybe _ClipPutFile can be used. [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
BrettF Posted January 27, 2007 Posted January 27, 2007 Maybe _ClipPutFile can be used.Tried it didnt work for ME Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
BALA Posted January 27, 2007 Posted January 27, 2007 Tried it didnt work for ME YeahPerhaps downloading it then deleting it might have the same effect? [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
erifash Posted January 27, 2007 Posted January 27, 2007 #include <INet.au3> $url = "http://www.google.com" ClipPut(_INetGetSource($url)) If I am not mistaken, that should work. My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now