RE: Windows PowerShell and .pl association

2007-09-24 Thread Suresh Govindachar
> IIRC the spacing issue is a standard problem for all > programs. If any program (.Net, Java) path has a space, > it also has to be quoted. You misunderstood the problem. In PS, c:\no\space\path.pl executes after the Jan's fix. In cmd.exe, "c:\path with\space.pl" executes Bu

Re: Windows PowerShell and .pl association

2007-09-23 Thread Foo JH
IIRC the spacing issue is a standard problem for all programs. If any program (.Net, Java) path has a space, it also has to be quoted. Suresh Govindachar wrote: > Glenn asked: > >> > >> (They have taken the pleasant activity of working at a console and > >> made it miserable drudgery. In

RE: Windows PowerShell and .pl association

2007-09-23 Thread Suresh Govindachar
Glenn asked: >> >> (They have taken the pleasant activity of working at a console and >> made it miserable drudgery. In cmd.exe, I had to be careful to use >> unix find rather than cmd.exe's find. In the power-shell, I am >> finding that more unix commands are over-ridden, for examp

RE: Windows PowerShell and .pl association

2007-09-23 Thread Suresh Govindachar
Jan Dubois wrote: >On Sun, 23 Sep 2007, Suresh Govindachar wrote: >> >> In the cmd.exe shell, I can run a .pl file by typing its name. >> >> However, in the new PowerShell, >> >> http://www.microsoft.com/technet/scriptcenter/topics/msh/download.mspx >> >> I need to pref

RE: Windows PowerShell and .pl association

2007-09-23 Thread Jan Dubois
On Sun, 23 Sep 2007, Suresh Govindachar wrote: > > Hello, > > In the cmd.exe shell, I can run a .pl file by typing its name. > > However, in the new PowerShell, > > http://www.microsoft.com/technet/scriptcenter/topics/msh/download.mspx > > I need to prefix the .pl file with perl. Ho

Windows PowerShell and .pl association

2007-09-23 Thread Suresh Govindachar
Hello, In the cmd.exe shell, I can run a .pl file by typing its name. However, in the new PowerShell, http://www.microsoft.com/technet/scriptcenter/topics/msh/download.mspx I need to prefix the .pl file with perl. How can one get the file association to work in the PowerShell?