Quote:
Originally Posted by Boraan
are you trying to do the job in a batch file or a perl script? You have the right code already you just need to decide which way you want to do it?
if you're going to use it in a batch file then you will need to format the code with perl execute so the system knows it's perl code that's following, otherwise windows will try to interpret it as shell commands.
I would not use a batch however. Batch files are made for automation, usually unattended. the <> in the perl code denotes a user input
|
Ok. Thanks Borran.
I will not be using in batch as you said. Will run it as separate perl script.
Now what is the next step
If <> is the user input, then how do i go about?
I only want to replace the windowsdrivetorecrawl with w:/fdm9_84919_c347_2
and this would be static. So no need of user input.
How do i run this script?
Sorry for the late reply (was not feelig well and then held up with other problems)