Hi,
I am trying to run a dos based program via the shell command but I can't get it to open correctly. The open file command works fine but when the program opens, the screen is black compared to what it should be, it usually appears blue and asks for your username.
Also on the taskbar the title for the program appears as COM2 where as usually it has an IP address.
The code I am using is.
![]()
Dim ReqApp ReqApp = Shell("C:\emuwin\pyramid.exe", 1)
Bookmarks