Dec 19, 2022 10:26 PM
by Adam
I'm trying to use some of the documented arguments. Please advise?
To try and get fullscreen:
RadiantViewer.exe -d "C:\Desktop\DICOMFiles" -wp F2
To try and load without the toolbar I am trying:
RadiantViewer.exe -d "C:\Desktop\DICOMFiles" -sf 0x0001
I have tried a number of variants, but none open the interface in fullscreen or without the toolbar.
Jan 5, 2023 12:25 PM
by
For the full screen mode you need:
RadiAntViewer.exe -wp 0 0 0 0 2
To additionally hide the toolbar please use:
RadiAntViewer.exe -wp 0 0 0 0 2 -sf 1