how to open folder in win explorer using perl script

--0016e65bcf0e1f71310480cf69fc
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

Hi all

can you please I need script to open existing *folder* in my document. I
don't want to read any file just to open window explorer.

the following coding sample thing will lead solution


$cur_dir =3D"D:\ecco\data";

system (Explorer.exe, $cur_dir);
or opendir(Explorer.exe, $cur_dir )


Kind regards,
simpra

_____________________

words are words, explanations are explanations, promises are promises=97but
only performance is reality

--0016e65bcf0e1f71310480cf69fc--
Simphiwe Mkhize [ Di, 02 März 2010 12:10 ] [ ID #2033853 ]

Re: how to open folder in win explorer using perl script

--0016e65c88cac6739e0480d04abe
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

I didnt put all code is too big just need function or module to use

On Tue, Mar 2, 2010 at 2:08 PM, raphael() <raphael.japh [at] gmail.com> wrote:

>
>
> On Tue, Mar 2, 2010 at 4:40 PM, Simphiwe Mkhize <simphiwester [at] gmail.com>w=
rote:
>
>> Hi all
>>
>> can you please I need script to open existing *folder* in my document. I
>> don't want to read any file just to open window explorer.
>>
>> the following coding sample thing will lead solution
>>
>>
>> $cur_dir =3D"D:\ecco\data";
>>
>> system (Explorer.exe, $cur_dir);
>> or opendir(Explorer.exe, $cur_dir )
>>
>>
>> Kind regards,
>> simpra
>>
>> _____________________
>>
>> words are words, explanations are explanations, promises are promises=97=
but
>> only performance is reality
>>
>
> I had to add this..
>
> why no strict, warnings pragmas?
> And what is that "or" doing after the semicolon?
>
>
>

--0016e65c88cac6739e0480d04abe--
Simphiwe Mkhize [ Di, 02 März 2010 13:13 ] [ ID #2033854 ]
Perl » gmane.comp.lang.perl.beginners » how to open folder in win explorer using perl script

Vorheriges Thema: Script runs fine when passed args directly, not as stdin
Nächstes Thema: Need emergency help for ActivePerl HomeWork.