home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 326.lha / ARPTools / man / Asn.man.pp / Asn.man
Text File  |  1990-01-06  |  2KB  |  65 lines

  1.  
  2.  
  3.  
  4.      Asn(V1.0)                ARPTOOLS Manual                Asn(V1.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Asn - Perform logical device and environment var assigns
  10.                 from a list file.
  11.  
  12.      SYNOPSIS
  13.           Asn FILE
  14.           
  15.      DESCRIPTION
  16.           Asn performs the assignments usually performed by the ASSIGN
  17.           SET and SETENV commands using a user-supplied list file.
  18.           If no FILE argument is specified, then the default file
  19.           DEVS:AssignList is used.
  20.           Asn allow the use of C-style comments like those of a
  21.           MountList file.
  22.           For logical devices the required syntax is similar to the
  23.           ASSIGN command: the logical device name (with a ':') must be
  24.           followed by the directory name it should be assigned to.
  25.           For variable names a prefix must be attached to the variable
  26.           name then the variable contents must follow.
  27.           A prefix is required to distinguish beetween Workbench 1.3
  28.           ENV: variables and ARP/Manx/Rockicki environment variables.
  29.           For ENV: variables use a 'E_' prefix, for Manx variables use
  30.           'M_' prefix (both without quotes).
  31.           Blanks, TABs, newlines and comments can be used to separate
  32.           names in the file.
  33.           Asn is useful for the startup file of hard disk users with
  34.           a great number of assigns to perform.
  35.  
  36.      EXAMPLE
  37.           An assign list example file:
  38.  
  39.             /* Assign List */
  40.             
  41.             /* 1.3 Standard assigns */
  42.             
  43.             CLIPS: RAM:Clipboards
  44.             
  45.             ENV: RAM:Env
  46.             
  47.             T: RAM:t
  48.             
  49.             /* environment vars */
  50.             
  51.             M_dateformat 3
  52.             E_editor sys:tools/e
  53.             
  54.             /* end of file */
  55.                
  56.      BUGS    
  57.           None known.
  58.      
  59.      SEE ALSO
  60.           Assign,Set,ASH manual,SetEnv(WB 1.3)                     
  61.  
  62.  
  63.      Page 1                                          
  64.  
  65.