home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / PACKAGES / BASE / DISK05 / ASSIGNX.ZIP / HELP / ASSIGN.EN
Encoding:
Text File  |  2000-08-05  |  4.3 KB  |  133 lines

  1.  
  2.      ASSIGN (1)                  08 August 1995                  ASSIGN (1)
  3.  
  4.  
  5.  
  6.      NAME
  7.           assign - Assign a drive letter to a different drive
  8.  
  9.  
  10.      SYNOPSIS
  11.           assign [/m] [/shadow] /?
  12.           assign [/m] [/shadow] /status
  13.           assign [/m] [/shadow] /u
  14.           assign [/m] [/shadow] [{ dr1[:]=dr2[:] }]
  15.  
  16.  
  17.      DESCRIPTION
  18.           Assign maps  a  drive  letter  to  a  different drive.  This
  19.           mapping effects only the drive letter,  but  not  the  path,
  20.           what makes Assign different to Subst, e.g.:
  21.           With the  current  working  paths "C:\FREEDOS" and "B:\TEMP"
  22.           after the commands "assign B=C" and "cd C:\", the path  "B:"
  23.           also points to the directory "C:\".
  24.           Whereas after  the  commands "subst B: ."  and "cd C:\", the
  25.           path "B:" still points to "C:\FREEDOS".
  26.  
  27.           Because this program is no TSR,  do  not  load  it  via  the
  28.           "LOADHIGH" or the "LH" command.
  29.  
  30.      OPTIONS
  31.  
  32.        /? Display a little help screen.
  33.  
  34.        /SHADOW This  option  hides the resident portion of Assign from
  35.           being detected easily.  That includes:
  36.           1) The memory  block  containing  the  resident  portion  is
  37.           marked as a part of the system.
  38.           2) The  installation check interrupt returns "Not installed,
  39.           but not allowed to install" rather than "Installed" or  "Not
  40.           installed".
  41.  
  42.           If the  resident  portion is installed with this option, but
  43.           subsequent invokations  are  made  without  this  option,  a
  44.           warning pops up, but the action is performed.
  45.  
  46.           The option may be abbreviated down to /SH.
  47.  
  48.        /STATUS Display all assigned drive letters in the form:
  49.           dr1: => dr2:
  50.           where dr1  is  the  assigned drive letter and dr2 the drive,
  51.           where dr1 points to.
  52.  
  53.           If there  is  no  assigment  at  all,  no  output  will   be
  54.           displayed.
  55.  
  56.           This option prevents the loading of the resident portion, if
  57.           it has not already been installed.
  58.  
  59.           The option may be abbreviated down to /S.
  60.  
  61.        /u Uninstall a previously installed Assign.
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  
  68.      ASSIGN (1)                  08 August 1995                  ASSIGN (1)
  69.  
  70.  
  71.        dr1[:]=dr2[:] This defines a drive letter assignment, where dr1
  72.           shall point to dr2.  The colons ":" are optional.  There are
  73.           no whitespaces allowed between the drive letters, the colons
  74.           and the equal sign '='.
  75.  
  76.           If the  resident  portion  is not already loaded, it will be
  77.           loaded without further notice.
  78.  
  79.        /m Move the resident portion into the UMB  area,  if  possible.
  80.           This option is ignored, when the resident portion is already
  81.           installed.
  82.  
  83.        no option If  there is neither /STATUS nor /u nor an assignment
  84.           specified on the command line, all existing assignments  are
  85.           broken, so that all letters point to themselfs in result.
  86.  
  87.      KNOWN BUGS
  88.  
  89.        o  Because Assign  is  no TSR itself, a loading with one of the
  90.           commands "LOADHIGH" or "LH" may fail.  If you want  to  load
  91.           the resident portion high, you must specify the /m option.
  92.  
  93.        o  The options  /STATUS  and  /SHADOW  do not follow the option
  94.           standard because of compatibly to the original Assign.
  95.  
  96.        o  Later installed  TSR's  or  a  secondary  command  processor
  97.           (shell) mostly prevent the uninstall process.  In this case,
  98.           Assign is  not suspended, but remains active in memory.  Use
  99.           ASSIGN without any option  to  clear  the  assignment  table
  100.           instead.
  101.  
  102.        o  Some shells  prevent  that ASSIGN finds its resident copy in
  103.           memory, if ASSIGN is installed from a secondary copy of  the
  104.           shell.
  105.  
  106.      SEE ALSO
  107.           Subst, Join
  108.  
  109.      CONTRIBUTERS
  110.                                  Steffen Kaiser
  111.                              Mittelstraße 112/B115
  112.                          53757 Sankt Augustin - Menden
  113.                              Deutschland - Germany
  114.  
  115.                     e-mail: Steffen.Kaiser@FH-Rhein-Sieg.DE
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       -2-
  132.  
  133.