dmake could not be found on the PATH. Please invoke it using the full pathname: C:\Perl\site\bin\dmake.exe or put the Perl\site\bin directory on the PATH with: path C:\Perl\site\bin;%PATH% #### #! /Perl/bin/perl use CGI; use CGI::Pretty; use CGI::Carp qw( fatalsToBrowser ); use POSIX; use File::Basename; use File::Copy; use File::Path; use File::Find; use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); use Archive::Extract;