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--
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--