Find lines in OneNote files?

F

Felix E. Klee

I need a program that can output all .one-files and all corresponding
lines that match the regular expression "^DocURL: .*". How it could
look when run from the command line:

C:\> some_program some_folder
some_folder\foo\bla.one DocURL: http://asd.sdf/we2
some_folder\blub.one DocURL: http://asd.sdf/43s
some_folder\blub.one DocURL: http://asd.sdf/76d

Is there a program that comes close to what I need? If not, where
should I start when I want to write such a program?

- Felix

PS: Eventually, I want the file names and the URLs to go into a
database, but that would be the next step. The idea behind the whole
thing is to give .one files unique URLs via which they can be
referenced world wide. I've used a similar system with great success
for years, though that was based on URNs (unregistered).
 
F

Felix E. Klee

Is there a program that comes close to what I need? If not, where
should I start when I want to write such a program?

Anyone? Where do I find OneNote "power users" or "developers"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top