Hi All,
I have a perl script running on my Windows XP machine that tries to copy a file that ends in .gz from a windows share. The DOS copy command would be
copy \\amsepi01\logs$\*.gz d:\temp\logs
I tried using back quotes with \\ or double quotes, but nothing seems to work. Any ideas on how I can accomplish this?