Search found 4 matches

by t4mack
18 May 2009 08:25
Forum: DOS Batch Forum
Topic: need a bat file to configuring system date and time
Replies: 2
Views: 5774

here's a website with a sh!t load of batch files
http://www.bookcase.com/library/softwar ... batch.html
by t4mack
18 May 2009 07:52
Forum: DOS Batch Forum
Topic: email notification
Replies: 1
Views: 4423

email notification

I am currently running ftp via batch and have it set as a scheduled task. I want to add to my batch so that an email notification is sent out via email when the job fails. Here's my batch. @echo off rem Your FTP username set ftpUser=USERNAME rem Your FTP password set ftpPass=PASSWORD rem Your FTP se...
by t4mack
18 May 2009 07:47
Forum: DOS Batch Forum
Topic: Batch for remote ftp dowlaods
Replies: 7
Views: 11677

Thanks Batcher this really works. If you want I know a website where you can download testing material for certifications just let me know and i'll post it.
by t4mack
15 May 2009 13:07
Forum: DOS Batch Forum
Topic: Batch for remote ftp dowlaods
Replies: 7
Views: 11677

Batch for remote ftp dowlaods

What up, I'm new to writing batch jobs in fact i really don't know anything about the other than saving them as .bat.

Well, on to the matter at hand. I need to know how to create a batch file for ftp downloads from a hosting domain. Anyone have any ideas thanks.