Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
hey guys, I want to use perl co-operate with wmi to monitor some specific file's size located on the remote host(win2k), and I have found the following vbs scripts from Microsoft, it works, but I dont know how to convert it to perl. Is there anybody can help me?
there is a tool from activestate.com called "Perl Dev KIT" in this package you can find VBscript to perl converter.
i only tried it several times but it works fine.
here is the link http://www.activestate.com/Products/Per ... ation.plex
it costs money but you can try the trial
thanks for moshesharon's info, I have used Perl Dev kit for converting it to perl scripts, It works!!!
now, I am learning how to transfer the user input value into the perl scripts and return the result.
it is very interesting, but time consuming. since most of w32 scripts are based on the w32_query_operatingsystem.
cos I am a newbie about perl, so I have a little difficult in understanding it, So It would be better if I could find a more simpler perl scripts add on.