Tommy

Results 3 comments of Tommy

I finished writing find_matlab.lua ``` function _find_matlab() local _ret = {} local matlabkey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\MathWorks\\MATLAB" local valuekeys = winos.registry_keys(matlabkey) if #valuekeys == 0 then return {} end local itemkey =...

> > I finished writing find_matlab.lua > > ``` > > function _find_matlab() > > local _ret = {} > > local matlabkey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\MathWorks\\MATLAB" > > local valuekeys =...

> > I finished writing find_matlab.lua > > ``` > > function _find_matlab() > > local _ret = {} > > local matlabkey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\MathWorks\\MATLAB" > > local valuekeys =...