TS 6.5 sp1, Win 2003
I am trying to get the TS config file/log file locations.
my $cmd = "D:\iw-home\bin\iwgetlocation.exe -a";
my
@fileLoc = `$cmd`;
But this is giving error like(Error.log) :
'The filename, directory name, or volume label syntax is incorrect.\n'
The output from command line is
iwhome=D:\iw-home
..........................................
iwmount=Y:
iwcgimount=Y:
..........................................
Is there any wrong in the command usage? Thanks for your help.
Sri