in reply to How to execute windows dos command using perl and how to login to another windows machine and execute dos command in that

File::Path is core and provides remove_tree. You can either mount remote drives in the usual manner or distribute your perl application.

  • Comment on Re: How to execute windows dos command using perl and how to login to another windows machine and execute dos command in that

Replies are listed 'Best First'.
Re^2: How to execute windows dos command using perl and how to login to another windows machine and execute dos command in that
by Divakar (Sexton) on Sep 18, 2012 at 11:57 UTC

    Hi Marto,

    at present we are using mks toolkit which is the unix environment for windows. so in our script we call "mks environment" and do lot of functions like rm,cp,chmod etc...

    now planning to remove mks toolkit and do the same functions using some other way

    so i think "File::Path" only provides some functionality which i needed.

    expecting something which satisfies mostly or everything.

    thank you...