Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
I have deployed Dialog System application that is launched from a shortcut on the desktop.
The console window briefly appears and disappears before my application starts.
I have a batch file that sets up some environment variables before running the application:
rem *
rem * Set COBDATA to find the screenset
rem * Use UNC with server IP address and share name
rem *
SET COBDATA=\\10.0.0.21\Appdir
rem * Enable Microsoft Visual Styles
SET MFVSSW=/f/c
rem * Now launch the application
START DSCUSTCLASSIC.EXE
exit
shortcut details:
Change the Run property of the shortcut to Minimize :