dimitrius
8th December 2003, 13:55
for quite some time I have had an irritation: you see I use two computers, one is my file server into which I recently installed an athlon 1200mhz so now I can use that to encoding station and second i my main machine which I always use for encoding. I tend to move my files from one to the other and the irritation arrises from the fact that d2v files contain absolute paths and that they also store the number of characters the path contains (I am talking about the new text only format of d2v). So I've written a little program to help with the task of changing the path without having to count characters manually or stuff like that.
This is a tiny little VB program that allows you to change the file list (d2v files can contain several source files) so in this program you can open a d2v, select which path you want to edit, then you can either select the source file via standard comctl32 box or type it in, you can even add and remove source files (even though that's pointless). Anyway you can very quickly change paths. It uses richtextbox.
I don't have any webspace so I'd have to e-mail this. If you want another little utility program just pm me and i'll send it to you.
You need msvbvm60.dll and riched20.dll both of which should be in windows/system32 but they can be downloaded - search google for that.
This is a tiny little VB program that allows you to change the file list (d2v files can contain several source files) so in this program you can open a d2v, select which path you want to edit, then you can either select the source file via standard comctl32 box or type it in, you can even add and remove source files (even though that's pointless). Anyway you can very quickly change paths. It uses richtextbox.
I don't have any webspace so I'd have to e-mail this. If you want another little utility program just pm me and i'll send it to you.
You need msvbvm60.dll and riched20.dll both of which should be in windows/system32 but they can be downloaded - search google for that.