Hi!

On Thu, 27 Jan 2005 11:42:45 -0000, Paul Sobey <[EMAIL PROTECTED]> wrote:
> I have these lines in a batch file as part of my build process, works 

:
> assoc .pl=PerlScript
> ftype PerlScript=c:\perl\bin\perl.exe %%1 %%*
:

i think that from a command prompt should be

ftype PerlScript=c:\perl\bin\perl.exe "%1" %*

assoc .pl=PerlScript

executed in that order. You need to do it once.

Regards,

Rodrigo
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to