Hey all,
I have an HTA that parses out a application's lof file (dispatch.log). I can copy and paste manually to a text file and works great; however, it's wasn't my intention to have to do any "manual" copy/paste. I have looked(googled) and I saw a couple functions that by name seemed to be what I need; however, I still can't seem to get it to work.
Here's the process...please let me know if it's feasible or not...i certainly don't want to be chasing my tail if not...i'f up to any suggestions...it would be greatly appreciated (btw - somewhat of a vbs noob)
1. application creates a (unicode) log file (dispatch.log)
2. i need to "copy" the contents upon activating my .hta
and "convert" to an ascii text file (dispatch.txt)
3. the .hta currently has code to parse a text file with
no problems.
4. if i "read" directly from the log file i obviously get
errors since i am using fso
- ado, fso, combo? please advise...thanks
I have an HTA that parses out a application's lof file (dispatch.log). I can copy and paste manually to a text file and works great; however, it's wasn't my intention to have to do any "manual" copy/paste. I have looked(googled) and I saw a couple functions that by name seemed to be what I need; however, I still can't seem to get it to work.
Here's the process...please let me know if it's feasible or not...i certainly don't want to be chasing my tail if not...i'f up to any suggestions...it would be greatly appreciated (btw - somewhat of a vbs noob)
1. application creates a (unicode) log file (dispatch.log)
2. i need to "copy" the contents upon activating my .hta
and "convert" to an ascii text file (dispatch.txt)
3. the .hta currently has code to parse a text file with
no problems.
4. if i "read" directly from the log file i obviously get
errors since i am using fso
- ado, fso, combo? please advise...thanks