FacilitiesCAD
Technical User
I am looking to create a text file through access. Right now i have code that moves a drawing file (.dwg) to a new location based on some orginzational criteria. What I want to do now is create a text file with the name old.txt. (where old is the old .dwg file name) that says "file was moved to new" where new is the new file name. any ideas how to do this. old and new are variables in my code on a form.
ideally I want something like this:
open notepad
insert string_new
saveas string_old
close notepad
Tim
ideally I want something like this:
open notepad
insert string_new
saveas string_old
close notepad
Tim