aUCBLogo Demos and Tests / shellspawntest
			
				
			
			to shellSpawnTest
   make "WebBrowser   "C:\Progra~1\Intern~1\iexplore
;   <make.html> "WebBrowser   "C:\bin\netscape\program
   make "HTMLHelpDir   "C:\aUCBLogo\help
   if not shellSpawn (list (word :WebBrowser "  :HTMLHelpDir "\ "index.frame.html)) 
   [   pr [File Not Found]
   ]
end