Just a thought, but why don't you try printing out the results of the glob?

-----Original Message-----
From: Glenn Meyer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 12:14 PM
To: [EMAIL PROTECTED]
Subject: unlink not working






Hi all,

      unlink glob "*.log";
      unlink glob "*.zip";

Works on Windows 2000 but appears not to work on NT4.  Is that correct?  I
hate to have to use

      `del *.log`;
      `del *.zip`;

Any thoughts?  Oh to level the field, the script is rolled up into an exe
using the ActiveState PDK PerlApp so the same .exe is used on each machine.
Works on Win2000, but not on NT.

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to