hi I am trying to write a simple program to create a directory, move to a differnt folder and copy files of that folder to the one created
In one part there are 2 many files of different dates
what I want to do is list the contents which is ok then prompt the user for a range of files i.e. 2000-0726*
then the script will take this input and copy all the file begining with 2000-0726
The problem is I am stuck on geting a prompt, reading it in and using it
can anyone help
Thanks in advance
Timi
In one part there are 2 many files of different dates
what I want to do is list the contents which is ok then prompt the user for a range of files i.e. 2000-0726*
then the script will take this input and copy all the file begining with 2000-0726
The problem is I am stuck on geting a prompt, reading it in and using it
can anyone help
Thanks in advance
Timi