Does anyone know how I can use xcopy in a perl script? I have a file I'd like to make a copy and save it to a different location (several different servers actually). In a cmd file I've used something like:
xcopy filename.txt \\newlocation\filename.txt
Very simple, but I can't seem to find a...
I'm new to PERL so please forgive me if this seem like a silly question..
I need to open a file and parse throgh it replacing one value with another
I'm thinking something like this sould work .. but it does not
if (open TESTFILE, "testfile.txt")
{
while(<TESTFILE>)
if (/oldvalue/)
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.