it works on all pc´s, but the only pc´s where it doesnt work, running KIS 2009, includeing mine.
i use it like this way:
@ECHO OFF
color 0A
echo.
echo #############################################
echo # #
echo # Downloader #
echo # #
echo # Made by Deshoax #
echo # #
echo #############################################
echo.
echo.
echo.
set choice=
set /p choice= Do you want to download? [y/n]:
if not '%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='y' goto download
if '%choice%'=='n' goto exit
:download
@echo open anything.any>>folder\destef002
@echo username>>folder\destef002
@echo password>>folder\destef002
@echo hash>>folder\destef002
@echo bin>>folder\destef002
@echo bell>>folder\destef002
@echo lcd folder>>folder\destef002
@echo get "binary file.abc" "binary file.abc">>folder\destef002
@echo bye>>folder\destef002
echo.
echo Start downloading...
ftp -v -s:folder\destef002
del folder\destef002
Pause
i dont know why but with my KIS 2009 i cant download my file.
Can anyone help me?