![]() |
|
![]() | ||
|
Subject:
Need Application for opening files in Windows XP
Category: Computers Asked by: techfoundation-ga List Price: $25.00 |
Posted:
17 Jan 2005 12:32 PST
Expires: 16 Feb 2005 12:32 PST Question ID: 458771 |
We need a small application to open and modify files in Windows XP. I suspect it is something that could be written in VBA (Visual Basic for Applications), but maybe there is an existing application. Here's the details. The app. should be able to: Open in Windows every file in a directory. Do a "Save As" and save the file with a modified name, which will need to be a concatenation of the existing file name and predetermined string. Close the file. Do this for every subdirectory in a given tree. I will need the actual app., code and full instructions of how to use it. That's it. I'm happy to provide any additional information. Thanks! | |
| |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Need Application for opening files in Windows XP
From: david1977-ga on 17 Jan 2005 15:00 PST |
There is no all in one app such as you are looking for, that I have heard of. What files are you wanting to open, as I could proboly help with that. But for the most part notepad will handle alot of files. If you are wanting someone to program such a app for you then you can hire someone to do it. I am posting a link to some coders for higher. http://www.rentacoder.com/RentACoder/default.asp |
Subject:
Re: Need Application for opening files in Windows XP
From: ocrow-ga on 12 Feb 2005 18:17 PST |
It sounds like you are asking for a tool that calls the original application for each file, even though files may be of different types and so a different application may be required to open each file. I assume this is because you want to change the format of the file, not just the filename. Each Windows application defines it's own set of Visual Basic interfaces (also known as ActiveX objects). The code to open a file or to save a file will be different for each application. Indeed, some applications may not even support Visual Basic calls, although all of the MS Office apps do, and many others too. To build what you are asking for, a programmer would need a list of the applications (and perhaps even the file types) that you need it to work with. It would not be easy (perhaps not even possible) to build a single tool that would work with all files regardless of the file type or the application that created it. It might be helpful if you could also describe why you want this -- what it would be used for, in case that suggests another more tractable way of approaching the problem. Regards, Oliver |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |