From:  Jangale V-S <[EMAIL PROTECTED]>
> I am trying to import a function in dll using win32::API as follows
> 
> 
> use Win32::API::Prototype;
> 
> if (-e 'C:\win32app\ingr\NTBatch\bin\batchapi.dll') {

I don't think you need any special DLL for this functionality.
SetConsoleTitleA() from kernel32.dll should do.

And if all you want is to change the title you might use
        Win32::Console

Jenda


=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to