Viewing 5 posts - 1 through 5 (of 5 total)
We have a process on FTP server which runs every 5 minutes to pick up hl7 files. If we transmit hl7 file sometimes the process might pick up...
August 19, 2010 at 8:02 am
Thank you for the reply. We want to rename after the transmission because we don't want the other process on the FTP server picks up before transmission is done....
August 19, 2010 at 7:51 am
That is to move file. How can I rename after moving file to FTP server?
August 19, 2010 at 7:47 am
These are not Reports. We use these files at other places. Thats why we are generating these files.
May 28, 2008 at 7:20 pm
I tried using old script in new one. I was getting errors.
Here is my old code
Function Main()
dim sql
dim objFSO
dim objTextStream
dim strfile
dim rsdoc
dim rsline
Const fsoForWriting = 2
'get a list of...
May 28, 2008 at 4:49 pm
Viewing 5 posts - 1 through 5 (of 5 total)