home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / BSHIFT.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  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.