home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tbox13.zip / TBOX13.ZIP / SAMPLES.ZIP / TBX--WP.BAT < prev    next >
DOS Batch File  |  1992-04-14  |  75b  |  5 lines

  1. set OLDPATH=%path%
  2. path c:\wp;%path%
  3. wp %1
  4. path %OLDPATH%
  5. set OLDPATH=