home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / tutorial / dos5tut / bshift.dat < prev    next >
Encoding:
Text File  |  1993-03-01  |  420 b   |  16 lines

  1. Explanation of the SHIFT command. It is 
  2. a BATCH command.
  3.  
  4. This command changes the position of 
  5. replacable parameters in a batch file.
  6. It will copy the information in the %0-%9 
  7. parameters of the one specified into the 
  8. preceding one.
  9.  
  10. Example:
  11.        To have the information of the 
  12.        paramater %1 copied into the 
  13.        parameter %0 use this command in 
  14.        you Batch file:
  15.            SHIFT 
  16.