home *** CD-ROM | disk | FTP | other *** search
- ;Loader stub for HOSTUTIL script
- ;***********************************************************************
- ;* *
- ;* HOST.WAS *
- ;* Copyright (C) 1994-1994 Datastorm Technologies, Inc. *
- ;* All rights reserved. *
- ;* *
- ;* Purpose: This loader runs the main HOST MODE script. *
- ;* *
- ;***********************************************************************
- proc main
-
- string hostscript
-
- fetch ASPECT PATH hostscript ; get the current ASPECT path
- strcat hostscript "\HOST" ; add the host directory to the path
- chdir hostscript ASPECTPATH ; change into the host directory
- chain "_HOSTUTL.WAX" ; run the host utility
-
- endproc
-