Command Lines 'n stuff for integration

Legacy MyInfo versions topics and topics that are no longer relevant
Locked
wolffe
Posts: 1
Joined: Sun Jul 25, 2004 8:27 pm

Command Lines 'n stuff for integration

Post by wolffe »

I love MyInfo and almost always have 5 or so outlines open at all times

In order to better integrate with my development environment, can you include some command line options?

IE:

MyInfo [filename] /C - Create .out if doesn't exist, open if does
MyInfo [filename] /1 - Do not open .out twice, instead place the appropriate MyInfo in the foreground

thusly, I can use the command MyInfo projectnotes.out /C /1
and if "projectnotes.out" doesn't exist, it will be created. If it does exist, it will be opened. If it is already opened, the relavant MyInfo window will be brought to the foreground.

Thanks for your time!
Petko
MyInfo Support
Posts: 3237
Joined: Sun Jul 25, 2004 4:33 pm
Contact:

Post by Petko »

Nice suggestions! I will add them to MyInfo todo list. BTW, as MyInfo 3 will be MDI application, it will always have only one instance, so there will be no need for the /1 parameter.

However, creating files from the command-line will be possible.
Locked