yes i was referring to the scratch database
Below is my wd.env file
* AutoCAD Electrical - project environment settings.
* Format is: env code,setting,description (separated by commas)
* The setting value, if a path, can be fully hard-coded or can include one
* of the following aliases:
*
* %PF_DIR% = base executable install folder
* (example: "C:\Program Files\Autodesk\AutoCAD 2014\Acade\")
* (corresponds with global GBL_WD_BASEINSTALL)
* %DS_DIR% = "C:\ACADE Projects\Project Databases\"
* (example: "C:\Users\{username}\AppData\Roaming\Autodesk\AutoCAD Electrical 2014\R19.1\enu\Support\")
* (corresponds with global GBL_WD_DOCSETBASE)
* %WD_DIR% = "C:\ACADE Shared Directories\ACADE"
* (example: "C:\Users\{username}\Documents\AcadE 2014\AeData\")
* (corresponds with global GBL_WD_DOCSETWDBASE)
%SL_DIR% = "C:\ACADE Shared Directories\ACADE\Libs\"
* (example "C:\Users\Public\Documents\Autodesk\Acade 2014\Libs\")
* (corresponds with global GBL_WD_BASELIBS)
%ACAD_SUP_FIRST% = "c:\ACADE Shared Directories\ACADE\Support\"
* %ACAD_SUP_LAST% = last path listed under ACAD support file path list
*
******************
*
* "*" in first column disables the line (i.e. comments it out)
*
************************************************************************************
* NOTE: internal global variables can be preset using a "SETQ:" prefix.
* Format is: "SETQ:", global variable name, value, description
* By default, "value" is evaluated as a character string. To force it to read as an
* integer, real, or nil value, preceed value with ' character.
* ex: SETQ:GBL_wd_pi,'3.1416, evaluates as "real" number
* ex: SETQ:GBL_wd_int,'7, evaluates as "integer" number
* ex: SETQ:GBL_wd_xx,'nil, sets global to "nil" or null value
* ex: SETQ:GBL_wd_str,romans.shx, defaults to character string value
*
************************************************************************************
* Program executable, dialog, and support files
************************************************************************************
WD,%PF_DIR%/support/%WD_LANG%/,AutoCAD Electrical dialog files, xls templates, and other support files
************************************************************************************
* User temp file folder, CANNOT shared with other users
************************************************************************************
WD_USER,%DS_DIR%/user,AutoCAD Electrical user temp file folder
*WD_USER,C:/ACADE Projects/Project Databases/USER/
************************************************************************************
* Symbol Insertion and Library Paths
************************************************************************************
WD_LIB,%SL_DIR%/NFPA;%SL_DIR%/NFPA/1-;C:/ACADE Shared Directories/ACADE/Bastian/User Blocks;%SL_DIR%/pneu_iso125;%SL_DIR%/pid;%SL_DIR%/hyd_iso125, schem, 1-line, and pneumatic/pid/hydraulic default paths
WD_PNL,%SL_DIR%/panel, panel layout symbol library base folder
*WD_CIRCBUILDER_FNAM,"ace_circuit_builder.xls",Circuit Builder spreadsheet file name
WD_INSCOMPDLG,C:/ACADE Shared Directories/ACADE/Bastian/User Blocks/
*WD_INSFPDLG,x:/some path/,to override starting path for INS PNL COMP browse button
*WD_INSCKTDLG,x:/some path/,to override starting path for INS CKT file selection dialog
WD_WBLOCKDLG,C:/ACADE Shared Directories/ACADE/Bastian/User Blocks/
*WD_PICKLIST,%WD_DIR%/%WD_LANG%/catalogs/wd_picklist.mdb,ins component from catalog list file
*WD_USERCKTDIR,x:/some path/,default folder for "USER CKTS"
*PLC_ADDRESS_FORMAT,I:00%10%2;I:%1%2/00;--;O:00%10%2;O:%1%2/00;--;,default PLC address formats for "Quick pick"
************************************************************************************
* Catalog Parts Database Path
************************************************************************************
WD_CAT,C:/ACADE Shared Directories/ACADE/Catalogs/
*WD_XCAT,x:/some path/wd_xcat.lsp,to override catalog look-up and call user's external routine
************************************************************************************
* Project and drawing-related paths and settings
************************************************************************************
*WD_PROJ,%WD_DIR%/proj/, AutoCAD Electrical default project data folder
*WD_PICKPRJDLG,%WD_DIR%/Proj/, to override starting subdir for "PICK PROJ" button
WD_PROJ,C:/ACADE Projects/, AutoCAD Electrical project data folder
WD_PICKPRJDLG,C:/ACADE Projects/, to override starting subdir for "PICK PROJ" button
*WD_OPEN_DWG,(command "_.ZOOM" "_E"),AutoLISP prog or expression to autoexecute when dwg opened from PROJ dlg
*WD_ZIP,c:/program files/winzip/winzip32.exe,full path/name of zipping utility executable
*WD_ZIP,c:/program files/WinRAR/rar.exe, full path/name for alternate zipping utility
*WD_PROMPT_SAVE,1,set to 1 to trigger "Save changes" prompt when using open dwg next/prev arrows buttons
************************************************************************************
* Plotting & Reporting Path
************************************************************************************
WD_DWF_PC3,DWF6 ePlot.pc3,alternate "dwf" plotter config pc3 file reference
*WD_PLOT2FILEDIR,x:/some path/,target dir for AutoCAD Electrical's Batch Plot to File
*WD_SAVE2FILEDLG,x:/some path/,default save directory for reports
*WD_SET_FILES,x:/some path/,folder for report ".set" files
************************************************************************************
* Menu & Slide Path
************************************************************************************
*WD_MENU,C:/ACADE Shared Directories/Acade 2019/AeData/NewStandards/Bastian/Support/,to override default schem icon menu
*WD_PMENU,%DS_DIR%/mypnlmnu.dat,to override default panel layout icon menu
*WD_SLB,x:/some path/,to override path pointing to ".slb" slide lib support files
************************************************************************************
* Misc
************************************************************************************
WD_SUP_ALT,C:/ACADE Shared Directories/ACADE/PLC/,to include an alternate support path (searched before normal AutoCAD Electrical support path)
*WD_ACADPATHFIRST,1,if 1 then check ACAD path first before AutoCAD Electrical paths
WD_SCR_DLG,C:/ACADE Shared Directories/ACADE/Bastian/Scripts/,to override starting path for SCRIPT file selection dialog
WD_MSG,ENU (English-US),map internal prompts and messages to specific language column in wd_msg.mdb file
*WD_LASTSURF,%DS_DIR%/user/lastsurf.tmp,extern text file listing last surfed item
*WD_PRINT_FONT,"Courier New" 10, Dialog's PRINT report font name and optional point size. Put quotes around multi-word font names (ex: WD_PRINT_FONT,"Times New Roman" 10)
*SETQ:GBL_wd_qsok,1,Project database freshen operations: 1=suppress prompt for QSAVE
*SETQ:GBL_wd_backup_prompt,1,ZIP backup prompt before project-wide operations: 1=prompt for backup
*SETQ:GBL_wd_green_x_at_connection,0,Insert wire - dynamic green x's at connections: 0=suppress
*SETQ:GBL_wd_xref_mtext_pinfont,"romans.shx",graphical cross-references - font for the "terminal pin" text
*SETQ:GBL_wd_xref_mtext_pinsize,"0.67",ratio pin/reference text size
SETQ:GBL_wd_wnum_noduplicate_chk,'("GND" "24VDC" "COM")
*SETQ:GBL_wd_colga_leaderlay,"SYMS"
*SETQ:GBL_wd_colga_textlay,"MISC"
*SETQ:GBL_wd_break_parameters,'(0.85 40.0), distance ratio/angle for PLC I/O and connector jagged break lines
*SETQ:GBL_wd_default_plot_outputdevice,"Default Windows System Printer.pc3", Default output device
*SETQ:GBL_wd_importdbUppercase,0, if 0 then Import from Project Database unchecks Force values to upper case