whatsanavaya
Technical User
i want to run a cms report script that writes to the same file but instead of overwriting the file, it appends the data. I've been trying to change the script but i don't really know vbs. The report line in teh script is like below:
b = Rep.ExportData("C:\test\Daily.txt", 124, 0, True, True, False)
what do i have to do to get daily.txt appended each time teh script is run?
b = Rep.ExportData("C:\test\Daily.txt", 124, 0, True, True, False)
what do i have to do to get daily.txt appended each time teh script is run?