Help for this page
my $CMD = 'fsutil.exe'; # assuming such thing exists, see above my @PARAMS = ('file', 'setShortName', ... ); my $ret = system $CMD @PARAMS; die unless $ret == 0;