Create my first batch file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
wilder1926
Posts: 3
Joined: 18 Feb 2009 20:51

Create my first batch file

#1 Post by wilder1926 » 18 Feb 2009 21:05

Hello everybody,

It's good to have a forum that talks about batch file cause I need to create one, but with no experience.

I'll explained.

1) It as to open cmd,
2) Type: C:\Documents and Settings\xxxxx\My Documents\FTP transfert>dir
3) Type: C:\Documents and Settings\xxxxx\My Documents\FTP transfert>ftp xxx.xxx.com
4) Type a user name: xxxxx
5) Type a password: xxxxx

I begin with:
start cmd

but after that, i don’t know.
Could you help me please with that batch file?

Thanks for your help.

JM

DosItHelp
Expert
Posts: 239
Joined: 18 Feb 2006 19:54

#2 Post by DosItHelp » 20 Feb 2009 22:42

JM,

Check out the FTP examples here: http://www.dostips.com/DtTipsFtpBatchScript.php
Hope this helps.

wilder1926
Posts: 3
Joined: 18 Feb 2009 20:51

#3 Post by wilder1926 » 21 Feb 2009 08:38

wow, lots of detail!

Thanks for the information and I will try to understand everything.

Thanks again.

Post Reply