; ; Name of Macro: Safe Save ; ; This is a test macro file. What is does is to save the current text ; via Ctrl-F12, display a directory list via F2 and the return to the ; text with Escape. The point of this is saving a file while you are ; using a disk cache system does not immediately mean that the text ; is written to disk. However, most cache systems commit their ; contents to disk when a DOS call is made, either by shelling down ; to DOS or requesting a file listing (as is done with the directory ; list command in Lexa Text). The advantage with the current macro is ; that saving a file will always resulting in its being written to ; disk immediately. There are many situations in which this is ; desirable, for instance when working with a laptop and the battery ; is low. ; !-30208 ; Ctrl-F12 Direct save one ; !15360 ; F2 Directory list !283 ; ESCAPE 0x011b ; ; End of File ;