Help for a Script Beginner - Open File in Scripts - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Help for a Script Beginner - Open File in Scripts (/showthread.php?tid=80794) Help for a Script Beginner - Open File in Scripts by blueeyez on 01-08-2008 at 11:15 AM
hay guys...is there any method to open a file in a messenger live script to read/write from it? RE: Help for a Script Beginner - Open File in Scripts by Matti on 01-08-2008 at 05:37 PM
You can use the FileSystem ActiveXObject to open a text file, read from it and write to it. code:Or, if you want to get really advanced, you could use the Windows API for this... but I doubt that as a beginner, you'd want to get on to something that complicated. References: FileSystemObject TextStream object |