Is there a web page or someone explain how to run 2 scanner instances? Looked on proscan web site but didn't see it. I tried but didn't work out. Thanks.
Only caveat is whenever an update occurs you need to run the installer multiple times and point it to each directory so they're all updated to latest release. No big deal really
Set fs = CreateObject("Scripting.FileSystemObject")
Set sh = CreateObject("WScript.Shell")
fs.CopyFile "C:\ProScan 1\ProScan.exe", "C:\ProScan 2\ProScan.exe", "True"
fs.CopyFile "C:\ProScan 1\ProScan.exe", "C:\ProScan 3\ProScan.exe", "True"
fs.CopyFile "C:\ProScan 1\ProScan.exe", "C:\ProScan 4\ProScan.exe", "True"
fs.CopyFile "C:\ProScan 1\ProScan.exe", "C:\ProScan 5\ProScan.exe", "True"
sh.Run """C:\ProScan 1\ProScan.exe"""
sh.Run """C:\ProScan 2\ProScan.exe"""
sh.Run """C:\ProScan 3\ProScan.exe"""
sh.Run """C:\ProScan 4\ProScan.exe"""
sh.Run """C:\ProScan 5\ProScan.exe"""
Fascinating. Thanks BobI use a VBScript file to do that. A plain old batch file will work too.
You don't have any conflicts? Didn't think the software was capable of doing this. May have to give it a try.Interesting, usually I just double click on the icon until I open how many I want.
You don't have any conflicts? Didn't think the software was capable of doing this. May have to give it a try.
Yeah, that doesn't work. Your programming files for both scanners are different, as well as log files and recordings. You should really create a separate file for each scanner.I currently have to ProScan screens up and did not have to install or copy multiple folders.
I simply open the first instance, select the scanner type and com port, then double tap the ProScan icon again, it will open saying that the com port is already in use (or something like that), click OK then select scanner type and the com port of the second scanner...Viola.
That's what I do, each instance and scanner has it's own file, created manually by selecting Save As instead of generic Save.Yeah, that doesn't work. Your programming files for both scanners are different, as well as log files and recordings. You should really create a separate file for each scanner.