|
--devicelist The --devicelist option outputs JSON formatted information that lists all of the installed TWAIN device's Product Names. This option should be used only for getting the names of the devices. To get a more detailed listing of the various capabilities of each device, use the --details option. TwainSave will exit immediately and not attempt to acquire images Example: twainsave --devicelist To write the information to a file, you can direct the output to a file using the command-line indirection operators: Example: twainsave --devicelist >> c:\devicelist.txt The above will write the information to c:\devicelist.txt instead of the screen. |