in reply to Re^3: 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?

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