jakalspop 0 Posted October 18, 2010 how to write file in momery and open it Share this post Link to post Share on other sites
water 2,393 Posted October 18, 2010 _FileReadToArray reads a file into memory. Then you simply process the array. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
jakalspop 0 Posted October 18, 2010 ok put how Write file in memory Share this post Link to post Share on other sites
trancexx 1,013 Posted October 18, 2010 You don't know what you are talking about. ♡♡♡ . eMyvnE Share this post Link to post Share on other sites
water 2,393 Posted October 18, 2010 ok put how Write file in memoryCould you please describe what you want to do with your script? At the moment it is hard to understand what your problem is. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
jakalspop 0 Posted October 18, 2010 ok i need to Write file in memory then exexute it i hoop my word is clear ....... Share this post Link to post Share on other sites
trancexx 1,013 Posted October 18, 2010 That's a myth. It's impossible. ♡♡♡ . eMyvnE Share this post Link to post Share on other sites
water 2,393 Posted October 19, 2010 i need to Write file in memory then exexute itDoes this mean you want to run a program (EXE, COM, BAT ...) from memory? My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Zohar 3 Posted October 19, 2010 ok i need to Write file in memory then exexute iti hoop my word is clear .......I'm curious to ask: why do you need that?and why can't you run the file directly from HDD? Share this post Link to post Share on other sites
JoHanatCent 13 Posted October 19, 2010 Use a USB flash drive. It is a lot easier!Can also set it up as readyboost. Share this post Link to post Share on other sites
jakalspop 0 Posted October 19, 2010 I'm curious to ask: why do you need that? ok Write jpg file and bmp why mutch faster to write and read file in memory than in hard disk and so easy to delete it so my idea must now clear now Share this post Link to post Share on other sites
JoHanatCent 13 Posted October 19, 2010 Did you try ReadyBoost? The alternative is to get hold of a RamDrive.dll. Install that as a device. Allocate memory and drive letter. BUT you might find slower response from your opperating system AND some programs might not recognize the new drive. Share this post Link to post Share on other sites