DarkArchon
n00b
- Joined
- Feb 12, 2003
- Messages
- 34
Here is my request, if any knowledgeable programmers could help me with this I would greatly appreciate it.
I need a DOS Batch File, not a windows program, to do the following:
1. Grab .doc files from a web server
2. Grab specific lines from .doc and convert or format the grabbed info into another type of file with a specific format.
i.e. download a word document with 5 lines of text, grab the 2nd and 4th line of text, then output that into a .stp file with those lines 2 spaces down on the document.
3. Upload the converted document to an ftp without having to enter a username and password.
A windows based program is possible, but only as a last resort.
I have a sample program that I have been working on if anyone would like to see the code I have so far please PM or email me.
Thanks in advance.
I need a DOS Batch File, not a windows program, to do the following:
1. Grab .doc files from a web server
2. Grab specific lines from .doc and convert or format the grabbed info into another type of file with a specific format.
i.e. download a word document with 5 lines of text, grab the 2nd and 4th line of text, then output that into a .stp file with those lines 2 spaces down on the document.
3. Upload the converted document to an ftp without having to enter a username and password.
A windows based program is possible, but only as a last resort.
I have a sample program that I have been working on if anyone would like to see the code I have so far please PM or email me.
Thanks in advance.