/* openZipDrive.cmd */ /* (C) Copyright helge nordmann */ /* www.norrsken-data-teknik.com */ /* 2002-11-06 */ /* */ /* here we go */ /* the usual stuff */ call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' call SysLoadFuncs /* setting the drive (letter) - and open it... */ /* (set the drive letter according to Your needs) */ open = "" call sysOpenObject open, View=DEFAULT, TRUE exit /* well done */