[AccessD] \decompile
Stuart McLachlan
stuart at lexacorp.com.pg
Sat Apr 16 01:53:31 CDT 2022
On 15 Apr 2022 at 11:49, John Colby wrote:
> Stuart how does this work? Is it a script or function run from VBA?
> Or something else?
Just for fun, here's "something else" that's even simpler (well, shorter anyway :) )
AccessOpener.bat
==============
@echo off
FOR /F "skip=2 tokens=2,*" %%A IN ('reg.exe query "HKCR\.accdb" /ve') DO set "ACCVER=%%B"
FOR /F "skip=2 tokens=2,*" %%A IN ('reg.exe query "HKCR\%ACCVER%\SHELL\Open\command" /ve') DO set "ACCCMD=%%B"
ECHO %ACCCMD%
pause
More information about the AccessD
mailing list