ChrisL Posted January 29, 2009 Posted January 29, 2009 (edited) Maybe I'm going mad but I thought a saw a topic once about being able to store a file in Ram and use it a bit like fileinstall to ram, I can't seem to find it when I search. Does anyone remember seeing this or know where it is please? Ta Edited January 29, 2009 by ChrisL [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
martin Posted January 29, 2009 Posted January 29, 2009 Maybe I'm going mad but I thought a saw a topic once about being able to store a file in Ram and use it a bit like fileinstall to ram, I can't seem to find it when I search.Does anyone remember seeing this or know where it is please?TaThere's a thread in Example scripts which allows you to run an exe from memory. I don't have the link but I'm fairly sure that is what you're thinking about. Maybe around November last year. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
ChrisL Posted January 29, 2009 Author Posted January 29, 2009 There's a thread in Example scripts which allows you to run an exe from memory. I don't have the link but I'm fairly sure that is what you're thinking about. Maybe around November last year.Thanks Martin I'll see if I can locate it [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Pain Posted January 29, 2009 Posted January 29, 2009 Execute from mem?I don't think it's what he is looking for, more like Ward's memory dll but with other files.
trancexx Posted January 29, 2009 Posted January 29, 2009 This may sound stupid but assigned variables are in RAM. Where else? ♡♡♡ . eMyvnE
PsaltyDS Posted January 29, 2009 Posted January 29, 2009 This may sound stupid but assigned variables are in RAM. Where else?I think they are looking for a way to treat a block of RAM as a File System Object (FSO), that you could for example use with FileWrite()/FileRead(). Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
ChrisL Posted January 29, 2009 Author Posted January 29, 2009 Yeah that's it, I thought someone did it a while ago but I might be wrong. It's just an idea we were throwing around to stop people copying the exe after it was extracted. [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
torels Posted January 29, 2009 Posted January 29, 2009 FileOpen should do the work Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org
trancexx Posted January 29, 2009 Posted January 29, 2009 I think they are looking for a way to treat a block of RAM as a File System Object (FSO), that you could for example use with FileWrite()/FileRead(). ... Your Reverence.I'm a great admirer of your consistency. ♡♡♡ . eMyvnE
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