Mike Nelson's PERL Page

- Last modified: November 1997 -

using the perl scripts below in WindowsNT

get a copy of the perl application

Pro/Engineer and Multi-version Medusa file purging script

ProEngineer and Medusa file purging script


Perl script to sort a list of files into the correct order

File sorting script perl code


1.she.1
1.she.10
1.she.11
1.she.12
1.she.2
1.she.3
1.she.4
1.she.5
1.she.6
1.she.7
1.she.8
1.she.9



Modifying the UNIX PERL scripts for use in WindowsNT

Replace the line "#! /usr/sbin/perl " with the following:-

@rem = '--*-Perl-*--';
@rem = '
@echo off
perl -S %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
@rem ';

and add the following to the end of the script:-

__END__
:endofperl

  • Back to the CAD page