Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Executing iwfsck using Perl script
System
Hi,
I am trying to create a simple perl script that executes iwfsck command. I tried:
my $retVal = 'd:\\iw-home\\private\\bin\\iwfsck.exe -d';
It does not execute the command. Any suggestion on how to make it work?
Thanks,
Find more posts tagged with
Comments
Migrateduser
It looks like you are using front ticks instead of back ticks.
What happens when you print $retVal?
Migrateduser
Never mind. I mistyped ' as `.
dwhitney
Have you tried using the TeamSite:
ys package?
I use it to get the iw extened attributes and it seams to work just fine.