This is Our Archive Section
Click Here to Read or Make a New Posts.


Opening Notepad in a shell creates screen defects or freezes QB

by (Login burger2227)

In screen 12, the file opens, but QB is minimized to the taskbar and is frozen. The screen displays a colored tiling effect. I have to close it by force.

So I tried Screen 0 and get a blue mouse cursor block on the screen when a maximized window. Minimized window works fine.

SCREEN 0: WIDTH 80, 50
CLS
filename$ = "tst2.txt"
SHELL "cmd /c start notepad " + filename$
PRINT "END"

SYSTEM

Any thoughts? Thanks!

Ted



    
This message has been edited by burger2227 on Jul 4, 2009 12:20 PM

Posted on Jul 4, 2009, 12:11 PM

Respond to this message   

Goto Forum Home


Response TitleAuthor and Date
* Remove the START from the commandqbguy on Jul 4
Notepad doesn't require START or CMD /C but START gets it to terminate... on Jul 4
 Thanks. This worked without Screen 9 on Jul 4
  Just another day in this Goth-am City... or as the Caped Crusader would put it...SCREEN ZERO HERO on Jul 4