Batch file

Closed
ImSorry Posts 3 Registration date Thursday March 12, 2009 Status Member Last seen March 13, 2009 - Mar 13, 2009 at 08:09 AM
Deyel78 Posts 15 Registration date Thursday September 18, 2008 Status Member Last seen May 11, 2009 - Mar 14, 2009 at 04:25 AM
Hello,

i want know ,how can i create a batch file that helps the user to display all the files and
subdirectories including hidden files in the floppy disk drive (alternatively, you
may use another drive based on your current computer specification). The
batch file will delete all text files (.txt) in the floppy disk before clearing the
display screen. Next, it will check for the existence of any text file (.txt) in the
current directory. If there are text files in the current directory, all these text files
will be copied to the floppy disk and display the message "All text files copied",
else change the colour of the screen background and foreground to white and
red respectively before displaying the message "No files copied". Finally, this
batch file will call the other batch file created in the earlier question. You are
required to put in comments to describe the task of each of the processes in
this batch file.
Related:

1 response

Deyel78 Posts 15 Registration date Thursday September 18, 2008 Status Member Last seen May 11, 2009 7
Mar 14, 2009 at 04:25 AM
hi,
try this link to get help to create batch files:
home.att.net/~gobruen/progs/dos_batch/dos_batch.html
you will get full information about the topic.
0