Advertisement
Guest User

Untitled

a guest
Jan 20th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @echo off
  2. cls
  3. CD D:\AUDIOSERVER$\reclame\DLA\
  4. del DLA-do-1.mp3
  5. del DLA-do-2.mp3
  6. del DLA-do-3.mp3
  7.  
  8. echo Downloaden van bestand
  9. wget --user=GEBRUIKERSNAAM --password=WACHTWOORD --limit-rate=4096k ftp://down.delateavond.nl:2100/Programma/DONDERDAG/*do*.mp3 --no-check-certificate -P D:\AUDIOSERVER$\reclame\DLA\
  10.  
  11. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement