home *** CD-ROM | disk | FTP | other *** search
/ Program Metropolis - Software Boutique 95 / SOFTWARECD.iso / procomm2 / disk4 / hostutil.ww_ / hostutil.bin
Encoding:
Text File  |  1994-06-09  |  1.0 KB  |  21 lines

  1. ;Loader stub for HOSTUTIL script
  2. ;***********************************************************************
  3. ;*                                                                     *   
  4. ;* HOST.WAS                                                            * 
  5. ;* Copyright (C) 1994-1994 Datastorm Technologies, Inc.                *     
  6. ;* All rights reserved.                                                * 
  7. ;*                                                                     * 
  8. ;* Purpose: This loader runs the main HOST MODE script.                *
  9. ;*                                                                     * 
  10. ;***********************************************************************
  11. proc main
  12.  
  13. string hostscript
  14.  
  15.    fetch ASPECT PATH hostscript        ; get the current ASPECT path
  16.    strcat hostscript "\HOST"           ; add the host directory to the path
  17.    chdir hostscript ASPECTPATH         ; change into the host directory
  18.    chain "_HOSTUTL.WAX"                ; run the host utility
  19.  
  20. endproc  
  21.