Help for this page

Select Code to Download


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