From: <[EMAIL PROTECTED]> > I want to call a Perl script ( assume test.pl ) in VB script > (final.vbs). Is it possible to do this? > > If it is, could you please send me a snippet of the code?
Ask in a VB group. I think it had to be done wia the Scripting.WShell or somesuch object, but I do not remember any details. It's also quite often better to wrap the functionality in a DLL using ActiveState's Perl Development Kit's PerlCtrl. VB is generaly more happy working with COM/OLE objects than with external applications. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
