in reply to Re^2: looking for parser of binary .JOB files (MS Task Scheduler)
in thread looking for parser of binary .JOB files (MS Task Scheduler)

So can't you use it to re-implement in pure perl? _pure_perl is a goofy requirement. Either you want to complete a job, or it doesn't matter.
  • Comment on Re^3: looking for parser of binary .JOB files (MS Task Scheduler)

Replies are listed 'Best First'.
Re^4: looking for parser of binary .JOB files (MS Task Scheduler)
by resistance (Beadle) on Sep 10, 2008 at 05:27 UTC
    So can't you use it to re-implement in pure perl?

    rewrite windows functions for linux? Not sure I am capable, WINE did it 15 years :-)

    perl -e 'open F, $ARGV[0];local $/;undef $/;$exe=<F>;$exe=~s/(.)\x00/$ +1/g;@strings=$exe=~/[\w\.\:\\\-_\~]{6,}/g;print "@strings"' notepad.j +ob