Search found 4 matches
- 06 Oct 2010 03:30
- Forum: DOS Batch Forum
- Topic: Reading text from a file into a DOS command.
- Replies: 8
- Views: 8761
Re: Reading text from a file into a DOS command.
Cheers mate, thats been a big help.
- 30 Sep 2010 08:29
- Forum: DOS Batch Forum
- Topic: Reading text from a file into a DOS command.
- Replies: 8
- Views: 8761
Re: Reading text from a file into a DOS command.
Do you guarantee that the script will ALWAYS be run every day without fail ? What happens if the first day of the month is a weekend or bank holiday ? At the end of every day a zip files is pushed to a user download area to be downloaded at the users discretion. Currently this is with different pas...
- 30 Sep 2010 03:51
- Forum: DOS Batch Forum
- Topic: Reading text from a file into a DOS command.
- Replies: 8
- Views: 8761
Re: Reading text from a file into a DOS command.
aGerman, It is in the format dd/mm/yyyy. This is UK settings. Is this information required so that you can work out how to parse the input? Regards. ----- amel27, It would just be a basic text file which stores passwords continuously. i.e. it will have the passwords and date echoed into it for the r...
- 29 Sep 2010 09:50
- Forum: DOS Batch Forum
- Topic: Reading text from a file into a DOS command.
- Replies: 8
- Views: 8761
Reading text from a file into a DOS command.
Hi all, I have not done much DOS in the past so apologies if this is a simple question, however I have not seen anything like it across other forums. Currently, I am generating daily zip files with a random password and pushing them into a directory for others to download. Each of these zip files ge...