Author Topic: ARX & VLX loaded from where?  (Read 2440 times)

0 Members and 1 Guest are viewing this topic.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
ARX & VLX loaded from where?
« on: October 18, 2009, 12:17:31 AM »
I had some problems with ACAD2000 which I got straightened out but during the process
I noticed that the "plot2000 add on" I have is loaded from somewhere and I could not find
where it is being loaded. It has several support files loaded, an ARX, 2 VLX, 2 LSP.
I searched all the files in the main folder & the Support folder. (text files only, lsp mns etc)
Also searched the registry but only found path info there.
Where could it be?
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

FengK

  • Guest
Re: ARX & VLX loaded from where?
« Reply #1 on: October 18, 2009, 02:08:46 AM »
through appload? it should be shown in the registry though if this is the case. or maybe do a text search for "plot2000" in all the .lsp and .mnl files?

VovKa

  • Water Moccasin
  • Posts: 1631
  • Ukraine
Re: ARX & VLX loaded from where?
« Reply #2 on: October 18, 2009, 03:37:10 AM »
is it here?
Code: [Select]
(vl-registry-descendents (strcat "HKEY_LOCAL_MACHINE\\" (vlax-product-key) "\\Applications"))
(vl-registry-descendents (strcat "HKEY_CURRENT_USER\\" (vlax-product-key) "\\Applications"))
if yes then delete it or set "LOADCTRLS" key to 0

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: ARX & VLX loaded from where?
« Reply #3 on: October 18, 2009, 09:55:00 AM »
That's where it was hiding.  "Plot2000"
Thanks
Code: [Select]
Command: (vl-registry-descendents (strcat "HKEY_LOCAL_MACHINE\\"
(vlax-product-key) "\\Applications"))
("Wipeout" "Rtext" "Rectang" "QuikPik" "Plot2000" "PDFMAcad" "LsObj" "ISM"
"DOSLib" "CDG Purge" "AutoPlayer2000" "AutoCAD" "AText" "ASE-LPNTableRecord"
"AcetXPath" "AcetUtil" "AcetSysvDlg" "AcetPropulate" "AcetPackngo"
"AcetMoveBak" "AcetMocoro" "AcetLeadertools" "AcetLayWalk" "AcetLayTrans"
"AcetFullPath" "AcetFscreen" "AcetEditTime" "AcetDimsio" "AcetDCProps"
"AcetBattMan" "AcadWhoHas" "Acadvba" "AcadUnits" "AcadSummaryInfoUI"
"AcadSummaryInfo" "AcadStar" "AcadSolids" "AcadRender" "AcadRefEdit"
"AcadOrbit" "AcadOPM" "AcadOLEScale" "AcadMText" "AcadMatch" "AcadHyperlink"
"AcadFind" "AcadEPlotExt" "AcadDwgAids" "AcadDOrder" "AcadDim" "AcadDC"
"AcadDbConnect" "AcadCvPs" "AcadBrowser" "AcadBlock" "AcadAttedit"
"AcadAppload" "AcadApp")
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: ARX & VLX loaded from where?
« Reply #4 on: October 18, 2009, 12:50:58 PM »
That's where it was hiding.  "Plot2000"
Thanks
Code: [Select]
Command: (vl-registry-descendents (strcat "HKEY_LOCAL_MACHINE\\"
(vlax-product-key) "\\Applications"))
("Wipeout" "Rtext" "Rectang" "QuikPik" "Plot2000" "PDFMAcad" "LsObj" "ISM"
"DOSLib" "CDG Purge" "AutoPlayer2000" "AutoCAD" "AText" "ASE-LPNTableRecord"
"AcetXPath" "AcetUtil" "AcetSysvDlg" "AcetPropulate" "AcetPackngo"
"AcetMoveBak" "AcetMocoro" "AcetLeadertools" "AcetLayWalk" "AcetLayTrans"
"AcetFullPath" "AcetFscreen" "AcetEditTime" "AcetDimsio" "AcetDCProps"
"AcetBattMan" "AcadWhoHas" "Acadvba" "AcadUnits" "AcadSummaryInfoUI"
"AcadSummaryInfo" "AcadStar" "AcadSolids" "AcadRender" "AcadRefEdit"
"AcadOrbit" "AcadOPM" "AcadOLEScale" "AcadMText" "AcadMatch" "AcadHyperlink"
"AcadFind" "AcadEPlotExt" "AcadDwgAids" "AcadDOrder" "AcadDim" "AcadDC"
"AcadDbConnect" "AcadCvPs" "AcadBrowser" "AcadBlock" "AcadAttedit"
"AcadAppload" "AcadApp")

"AutoPlayer2000"!!
I haven't thought about that program in forever. That thing was a life saver!
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox