Hi here's the background, i have a process that takes place, there are four manual steps and i want to create a small program that automates them all.
the one im stuck with is this.
a log file is created in notepad, at the moment im opening the file in wordpad and saving as.
the reason being notepad is not formated correctly for me to import into sql server 2000, as the lines are more than 8000 characters long because notepad cannot process the cariage return character.
So i want to automate this...
open up a txt file in wordpad and save as txt file again... is this possible???
Thanks James
the one im stuck with is this.
a log file is created in notepad, at the moment im opening the file in wordpad and saving as.
the reason being notepad is not formated correctly for me to import into sql server 2000, as the lines are more than 8000 characters long because notepad cannot process the cariage return character.
So i want to automate this...
open up a txt file in wordpad and save as txt file again... is this possible???
Thanks James
Comment