home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02110 / viddemo.bat
DOS Batch File  |  1989-10-02  |  308b  |  15 lines

  1. echo off
  2. if "==%1" goto bad
  3. md %1
  4. cd %1
  5. copy a:\video\*.*
  6. goto end
  7. :bad
  8. echo * Devi indicare l'unità e la directory a cui vuoi copiare i file di
  9. echo * VIDEO, ad esempio, con una riga di comando come questa:
  10. echo *
  11. echo *     "C>a:viddemo c:\paradox3\pprog\video {Enter}"
  12. echo *
  13. goto end
  14. :end
  15.