need asistence

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
glacius
Posts: 1
Joined: 19 Feb 2011 07:33

need asistence

#1 Post by glacius » 19 Feb 2011 07:42

hello
i have this problem. I have this batchfile:

@echo off

> ft.do echo o 81.76.72.235
>> ft.do echo vsrdergo
>> ft.do echo qwerty
>> ft.do echo bin
>> ft.do echo put C:\8301.mdb
>> ft.do echo bye


ftp -s:ft.do
pause
and i want q command that alert me wen the file is send with an OK and wen it fail to send with an Error

Post Reply