Author Topic: System variable export  (Read 6713 times)

0 Members and 1 Guest are viewing this topic.

bman

  • Guest
System variable export
« on: January 28, 2005, 11:09:21 AM »
Is there a way to export the current sytem variable settings to a text file for comparison?

SMadsen

  • Guest
System variable export
« Reply #1 on: January 28, 2005, 11:15:39 AM »
I'd recommend ACADINFO but also ET's SYSVDLG can export'em

bman

  • Guest
System variable export
« Reply #2 on: January 28, 2005, 11:27:11 AM »
Acadinfo is what I needed.
Thanks for the info.

whdjr

  • Guest
System variable export
« Reply #3 on: January 28, 2005, 12:04:48 PM »
That's cool Stig, but how did you even know that existed?

ELOQUINTET

  • Guest
System variable export
« Reply #4 on: January 28, 2005, 01:34:17 PM »
i tried acadinfo and it didn't write a file said nil???

bman

  • Guest
System variable export
« Reply #5 on: January 28, 2005, 01:57:29 PM »
try to appload the acadinfo.lsp file located in the support directory

pmvliet

  • Guest
System variable export
« Reply #6 on: January 28, 2005, 02:06:23 PM »
That is sweet, Now to understand what it all is... More reading to do...

ELOQUINTET

  • Guest
System variable export
« Reply #7 on: January 28, 2005, 02:44:54 PM »
still no go :?

Command: APPLOAD acadinfo.lsp successfully loaded.
acadinfomsi.lsp successfully loaded.
acinfomsi.lsp successfully loaded.


Command:
Command:
Command:
Command:
Command: acadinfo


ACADINFO is a utility for gathering information about
your AutoCAD installation and current setup. The
routine will examine your system and write a text file
called "acadinfo.txt" to your hard drive.
Press ENTER to continue or ESC to cancel...


Examining your AutoCAD setup. Please wait...
Performing load tests...
Writing AutoCAD system variable information...
Formatting and writing ouput. Please wait...\

Output written to: nil
Done.

pmvliet

  • Guest
System variable export
« Reply #8 on: January 28, 2005, 02:57:07 PM »
check to see if you can figure out where it is trying to save your text file.
It may not have rights to do it at that location.
For me, it is writing to out network drives which I have rights to but not everybody.

that might be a reach but I have seen worse...

Pieter

Anonymous

  • Guest
System variable export
« Reply #9 on: January 28, 2005, 02:58:32 PM »
appload the acadinfo.lsp under express tools directory... i couldn't get the one under acad support directory to work either

ronjonp

  • Needs a day job
  • Posts: 7531
System variable export
« Reply #10 on: January 28, 2005, 03:18:47 PM »
You can also use:

Command: setvar
Enter variable name or [?]: *

Then hit F2 and copy the list from the text window.

Ron

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

CADaver

  • Guest
System variable export
« Reply #11 on: January 28, 2005, 05:28:10 PM »
Quote from: ELOQUINTET
still no go :?
...
Output written to: nil
Done.

Sounds like you're trying to write toa read-only directory.  Open ACADINFO.LSP  and look for:

Code: [Select]
 (setq fna "acadinfo.txt");setq

It should be pretty near the top.   Change it to add a different directory like:
Code: [Select]
 (setq fna "C:\mystuff\acadinfo.txt");setq

SMadsen

  • Guest
System variable export
« Reply #12 on: January 28, 2005, 05:36:22 PM »
^what CADaver said, but look out for automatic pathing within the code. E.g. my version sets the path to MYDOCUMENTPREFIX

Quote from: whdjr
That's cool Stig, but how did you even know that existed?
Will, it's been there as long as I can remember (of course, that extends to sometime last night but that's another story)

whdjr

  • Guest
System variable export
« Reply #13 on: January 31, 2005, 08:21:43 AM »
I see you have SMS too?











(Short Memory Syndrone)
 :D

SMadsen

  • Guest
System variable export
« Reply #14 on: January 31, 2005, 08:56:30 AM »
Yep, I even got the newest trend, MMS.

(Minimal Memory Syndrome)