I'm running a perl command from a DOS command line, and I am sometimes
prompted to
either discard a file I'm downloading or truncate and save
it. How do I suppress the prompt and tell the .bat to always answer
"N"? Would it be similar to the suppression command in copy in DOS,
that is /
N or /-N, or something else; could I use a Perl command to supress or
answer it? Can I assign it to the entire batch file, or do I need to
apply it to every line that I run the perl command on?

Here's an example of the code I'm running x 329, from a batch file
from the command line:

call lwp-download http://www.thesite.co.uk/ H:\Perl\domains
\thesite.co.uk\_.jsp

I'm running ActivePerl v.5.8.


Thanks,



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to