Skip to content
Advertisement

Tag: vbscript

Windows 7/10 – Make Application launch on a different display

I am porting a Linux application to windows , there are two executable’s which need to be launched on primary and secondary displays respectively. In Linux its done through #!/bin/sh script,something like display_start_dualhead LVDS 800 480 DVI 1024 768 24 export screen_main=$LVDS export screen_secondary=$DVI how can this be done in Windows , launching exe1 in monitor 1 and exe 2

Advertisement