Jump to content

Recommended Posts

Posted (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 by ChrisL
Posted

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

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.
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.
Posted

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

Posted

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
Posted
Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...