raj8 has asked for the wisdom of the Perl Monks concerning the following question:
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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system function
by ysth (Canon) on Mar 27, 2008 at 04:35 UTC | |
by raj8 (Sexton) on Mar 27, 2008 at 13:23 UTC | |
by Corion (Patriarch) on Mar 27, 2008 at 13:36 UTC | |
by ysth (Canon) on Mar 27, 2008 at 19:50 UTC | |
|
Re: system function
by ikegami (Patriarch) on Mar 27, 2008 at 12:09 UTC | |
|
Re: system function
by BrowserUk (Patriarch) on Mar 27, 2008 at 05:31 UTC |