View Full Version : pb with dos >textfile.txt function
Satirik
29th September 2002, 16:13
with vstrip when i look for audio stream in vob file it take very long time cos it analize all the vob so i use a kill process to kill vstrip and take informations in txtfile.txt but it is empty , in dos window you can see the vstrip return info but in textfile nothings but if you wait the end of vstrip info will be writen on the textfile ... why ?
mpucoder
29th September 2002, 16:16
Because that's how files work. First the data is buffered in memory, so it is not even written to the disk until there is enoughfor several sectors. Even if the data is on the disk, the sectors are not associated with the file until it is closed, which never happens on a kill. (which leads to orphan clusters - run scandisk)
Satirik
29th September 2002, 16:42
i have found a solution but a lot of soft write in text durring the process et if you kill the exe the text file is not empty ...
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.