VOGONS


First post, by Leolo

User metadata
Rank Member
Rank
Member

Hi people,

I'm desperately looking for a program exactly like this one:
http://www.parhelia-tools.com/products/pathsc … athScanner.aspx

but I want one that can run under WinPE/BartPE. The above mentioned program doesn't work because it needs the damn .NET framework 🙁

Do you know if such a program exists? Where could I find it?

PS: I swear I've tried very hard googling for it but couldn't find anything!

Kind regards.

Reply 1 of 3, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

If you're really that desperate, it seems like the sort of thing that would be trivial to do with a few lines of Python.

Reply 2 of 3, by Leolo

User metadata
Rank Member
Rank
Member

Hey, thanks for your reply!

Does a Python script need some kind of "engine" to run? Or can it be self contained inside an executable?

My main problem is that I need the tool to run under WinPE, which is a castrated version of Windows containing only the bare minimum components.

I've found also this program:
http://www.theutilityfactory.com/summaries/fi … g-filenames.htm

It can be "coerced" to run under WinPE by copying some missing DLLs that it needs, but it's shareware and I can't justify buying a complex product when I'm going to use just one feature.

So, I guess I'll keep searching, I'm sure there must be a tool somewhere that does what I need!

Regards.

Reply 3 of 3, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

Not sure about compilation, but you can certainly run a Python script in any Python interpreter. I think the standard Windows interpreter does not require any fancy libraries in order to run.