Hi All,

Our build scripts are written in perl, (not by me, YET, i'm still a newbie 
:-), they work with the wise installer and the MSI installer to build our 
installs... The code is grabbed from source safe and compiled in this 
magical process I am still trying to figure out...

Anyways, my mission is this:  Towards the last quarter of the build process 
the whole thing can fail if the output dir is locked up, ie. some one has 
left an open window of this directory on the build machine. I want to add a 
few lines of code that will close all the open windows except the command 
window running the script.

I know i can use open(SESAME, "filename"); to open a file,
and close(SESAME, "filename"); to close it.....

How do I do I assign file handles to windows all-ready open and then close 
them?

Thanks in advance,

|-||_|\_\_/

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to