/loadlib RawLog /alias {showfile %0} {/calldll RawLog OpenRead {SHfile $0};/if {@Exists(SHfile)==1} {/empty SHline;/calldll RawLog Read {$SHfile SHline};/while {"@Left($SHline ,3)"!="EOF"} {/showme {$SHline};/calldll RawLog Read {$SHfile SHline}};/calldll RawLog Close {$SHfile}};/unvar SHfile;/unvar SHline;/updatestatusbar} /showme {This script allows you to show text file without sending it to the mud.} /showme {It uses /showme command and RawLog.dll} /showme {Please turn off variable messages: /message Variables} /showme {} /showme {Example: showfile directory\filename.txt} /showme {Author : kuligtom\@poczta.onet.pl at June 2001} /showme { http://stud.ics.p.lodz.pl/~kuligt} /showme {Version: 1.1}