i have data in txt files for the period of one month , i have 30 files I have to ran a dts package in which it has to pick up a file every day.
the issue is I have some zero size (0kb) files in that. when the proces of dts comes to pick up the 0kb txt file its shows an error.
I want to add a vb scrpt to know size of the file so that i can manage the dts.
Thanks.