home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / 4DOS / 4SAVER / SVALIAS.DOC next >
Text File  |  1993-12-01  |  3KB  |  91 lines

  1.         SaveAlias               Version 1.02                   1/2/90
  2.         Alias Saver for 4DOS
  3.  
  4.                      Copyright (c) 1990 by Jason Lin
  5.                           All Rights Reserved
  6.  
  7.    
  8.  
  9.  
  10.    Purpose :
  11.  
  12.         In 4DOS version 2.11 and up, you can retrieve the alias
  13.         by alias's /r command from the aliases file faster than
  14.         from a batch file, but you have to maintain the aliases
  15.         file always to keep aliases file fresh. It's not a very
  16.         pleasing  thing  to  use an  editor to edit the aliases
  17.         file, especially you need to jump in DOS back and forth
  18.         to check you really got every new aliases.
  19.  
  20.         Alias Saver is a utility to save the alias of 4DOS in a
  21.         certain file for future use. You can get the alias back
  22.         by  using  'alias /r  <filename>'  in  Autoexec.bat  to
  23.         retrieve  the alias from the saved file. You don't need
  24.         to  use a  editor to edit  the aliases file  when every
  25.         time you create some new aliases and want to save it.
  26.  
  27.  
  28.  
  29.  Operation :
  30.  
  31.    (a) Save alias in file :
  32.  
  33.         There are two ways to use SaveAlias
  34.  
  35.         1. Every time you want to save the new alias, you just
  36.            type :
  37.  
  38.            svalias drive:\path\AliasFile
  39.  
  40.              example :
  41.  
  42.            svalias c:\alias\aliases.env
  43.  
  44.            Svalias will save all current aliases in ALIASES.ENV in
  45.            C:\ALIAS directory.
  46.  
  47.         2. Create an new alias named SAVE by typing:
  48.  
  49.            alias SAVE `drive:\path\SVALIAS drive:\path\AliasFile`
  50.  
  51.              or
  52.  
  53.            put SVALIAS.EXE in the pathed directory then just type
  54.  
  55.            alias SAVE `svalias drive:\path\AliasFile`
  56.  
  57.            This is a very good way to use Alias Saver because
  58.            every time you type 'save' then Alias Saver do the
  59.            rest for you.
  60.  
  61.    The aliased in file saved by Alias Saver is alphabetical order
  62.    for easy reference.
  63.  
  64.    (b) Retrieve aliases :
  65.  
  66.         put
  67.  
  68.         alias /r <drive:\path\AliasFile>
  69.  
  70.         in your autoexec.bat file
  71.  
  72.           Example :
  73.  
  74.           ..........................
  75.           ... your autoexec.bat.....
  76.           ..........................
  77.           unalias *
  78.           alias /r c:\alias\aliases.env
  79.  
  80.         then all the aliases you saved is ready for your command.
  81.  
  82.           Any comments, suggestions and supports please send to :
  83.  
  84.                                Jason Lin
  85.                          8513 E. Garvey Ave. #A
  86.                            Rosemead, CA 91770
  87.  
  88.  
  89.      * 4DOS is a trade mark of J.P. Software.
  90.  
  91.