home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bestba.zip / ADPATH.BAT < prev    next >
DOS Batch File  |  1989-12-18  |  273b  |  9 lines

  1. @echo off
  2. echo off
  3. REM Ecrit par Daniel MONTARON 1989
  4. if %1'==' echo Usage: ADPATH chemin_supplementaire
  5. if not %1'==' PATH %PATH%;%1
  6. Rem Un peu court, j'ai honte...
  7. Rem Néanmoins à comparer avec les autres programmes
  8. Rem qui font la même chose ... et plusieurs k.
  9.