We use Maximizer crm and have text files with various import details within tags inside it. My boss has asked if I can make a script for someone to be able to read the information without the tags.
I thought about adding a context menu item so a user can right-click on the file to open it with a vbs exe which will import the relevant data and display it.
I have been playing with various methods but none that seem to work on both XP and Vista. In vista (Which I use and do my coding on) I am unable to use the UserAccounts.CommonDialog function, so my questions are:
1) How to add a right-click context item "open with mxi viewer" via a vbs script
2) How to get the script to recognise the openargs of the file name that was right-clicked so the contents can be read.
Many thanks
I thought about adding a context menu item so a user can right-click on the file to open it with a vbs exe which will import the relevant data and display it.
I have been playing with various methods but none that seem to work on both XP and Vista. In vista (Which I use and do my coding on) I am unable to use the UserAccounts.CommonDialog function, so my questions are:
1) How to add a right-click context item "open with mxi viewer" via a vbs script
2) How to get the script to recognise the openargs of the file name that was right-clicked so the contents can be read.
Many thanks