How to import export GoDEX printer driver settings from command line:
- Navigate to the driver package folder. By default, it's located under
C:\Program Files\Seagull\Printer Drivers\Packages\
- In this example, the latest available version is 2021.3.
- Run the following command in the Command Prompt substituting PRINTER NAME with the name of the printer in question and FOLDER PATH with the path where the file should be stored.
ssdal /p "PRINTER NAME" /q settings export "FOLDER PATH\FILE.sds"
- Navigate to the folder specified in the command above to find the SDS file.
- Should you need to import this SDS file containing your printer settings on other computers, you can use the following command.
ssdal /p "PRINTER NAME" /q settings import "FOLDER PATH\FILE.sds" - Here where it is at Win11