Re: Changing file extension



Karl E. Peterson wrote:
Ben Richards wrote:
I would like to know if there is any reason why I should not change
the extension of an Access MDB?

I've seen other apps do this, with seeming impunity, many times. Only negative
consequences I'm aware of are that you can't
double-click it to open in Access, and it doesn't show up in the
Access File-Open dialog by default.

I've written one those. :) That app not only names the files with a different
extension, but registers the extension to the VB6 app. Neither Access nor VB
mind a bit.

On my machine, anyway, once I have chosen Open With and picked Access one time,
Access shows up in the context menu as an alternate way to open the file type,
so it is still convenient enough.



.



Relevant Pages

  • Re: open any file with vbscript ?
    ... If a file type has been properly registered to a particular program, calling run on a file of that type executes the program. ... In other words, oShell.Run the FILE NAME, (rather than the app), ... For example, if extension is xls it should start Excel, if extension is psd it should open photoshop, etc. ...
    (microsoft.public.scripting.vbscript)
  • Re: Running other applications
    ... associated with a file type (extension). ... file and calling FindExecutable: ... ByVal lpDirectory As String, ByVal lpResult As String) As Long ... > The app is a program called Data Junction. ...
    (microsoft.public.vb.general.discussion)
  • Re: Avaya IP Office TSP unpredictable lineMakeCall() failure
    ... application logs. ... invoked a lineMakeCall from device xyz to extension 123 then they should be ... > Exactly the same app works reliably with all of them, ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Custom Files?
    ... > Private File Type, then I wouldn't worry about it. ... > Of course not registering it, may mean another app would start using it & ... But regarding the custom ... > | file extension? ...
    (microsoft.public.dotnet.languages.vb)
  • Avaya IP Office TSP unpredictable lineMakeCall() failure
    ... Exactly the same app works reliably with all of them, ... The app does a lineOpenfor each extension it controls at the start of the ... instructions such as lineMakeCall(), lineDrop, etc. in the normal way. ... All subsequent lineXXXXcommands for that device ...
    (microsoft.public.win32.programmer.tapi)

Loading