Hi,
I am trying to automate a job which i require to do everyday. However, i encounter some problems. Hence, i would appreciate all fellow experts to shed some light.
Here i go.
Steps
1) Unzip a file
2) Search the contents of the file and extract the useful information and
dump them in a file.
Here are my codes.
if exist F:\home\weekly\Reports goto process
echo "No Mapped Drive Found"
echo "Please consult Administrator"

rocess
mkdir "c:\batch_test\reports"
F:
CD F:\home\weekly\Reports
find /c "101010102010491" view.txt
..continue........
Please do advice.
Thank you so much.
Regards.