Hi fellow Monks, While attempting to use the System function to execute a Win32 system command on Windows XP such as 'fsutil', I continue to get a failure. I can execute it on the command line with no problem. I have tried, both, system, exec and assigned it as a Filehandle. Any thoughts?
use strict; @Logs = ("c:\\defaultNew3.log","c:\\logit.log"); system "fsutil", "hardlink", "create", @files;
In reply to system function by raj8
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |