<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://library.morph.zone/index.php?action=history&amp;feed=atom&amp;title=Shell_Commands%2FNewShell</id>
		<title>Shell Commands/NewShell - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://library.morph.zone/index.php?action=history&amp;feed=atom&amp;title=Shell_Commands%2FNewShell"/>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Shell_Commands/NewShell&amp;action=history"/>
		<updated>2026-04-19T14:32:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://library.morph.zone/index.php?title=Shell_Commands/NewShell&amp;diff=1964&amp;oldid=prev</id>
		<title>JPV: Created page with &quot;'''NewShell''' - Starts a new interactive CLI/SHELL on the system  WINDOW, FROM  &lt;nowiki&gt; WINDOW - window specifications (see below)                                      FROM...&quot;</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Shell_Commands/NewShell&amp;diff=1964&amp;oldid=prev"/>
				<updated>2015-03-03T11:33:42Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;NewShell&amp;#039;&amp;#039;&amp;#039; - Starts a new interactive CLI/SHELL on the system  WINDOW, FROM  &amp;lt;nowiki&amp;gt; WINDOW - window specifications (see below)                                      FROM...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''NewShell''' - Starts a new interactive CLI/SHELL on the system&lt;br /&gt;
&lt;br /&gt;
WINDOW, FROM&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
WINDOW - window specifications (see below)                                     &lt;br /&gt;
FROM   - script to execute at shell startup (default is S:Shell-Startup)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Using the WINDOW parameter, you specify the initial dimensions, location,&lt;br /&gt;
and title of the window with this syntax:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
x      number of pixels from the left edge of the screen to&lt;br /&gt;
       the left border of the Shell window.&lt;br /&gt;
       Use a value (//) to specify the minimum possible pixels.&lt;br /&gt;
y      number of pixels from the top of the screen to&lt;br /&gt;
       the top of the Shell window.&lt;br /&gt;
       Use no value (//) to specify the minimum possible pixels.&lt;br /&gt;
width  width of the Shell window, in pixels.&lt;br /&gt;
       Use no value (//) to specify the full width of the screen.&lt;br /&gt;
height height of the Shell window, in pixels.&lt;br /&gt;
       Use no value (//) to specify minimum possible height.&lt;br /&gt;
title  text that appears in the Shell window title bar.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Options can be one or more of:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
AUTO       The window automatically appears when the program&lt;br /&gt;
           needs input or produces output. With the Shell window, it opens&lt;br /&gt;
           for input immediately. The window can only be closed&lt;br /&gt;
           with the EndShell command. Selecting the Shell's close gadget&lt;br /&gt;
           closes the window, but it re-opens immediately&lt;br /&gt;
           since it is expecting input.&lt;br /&gt;
ALT        The window appears in the specified size and position when&lt;br /&gt;
           the zoom gadget is clicked. The four parameters must be&lt;br /&gt;
           separated with slashes (for example, ALT30/30/200/200).&lt;br /&gt;
BACKDROP   The window appears on the backdrop, behind all the&lt;br /&gt;
           Ambient windows. This Shell window cannot be brought&lt;br /&gt;
           to the front of the screen; you have to resize the&lt;br /&gt;
           Ambient windows to see it.&lt;br /&gt;
CLOSE      The window has all the standard gadgets, including&lt;br /&gt;
           a close gadget. This is the default for Shell windows,&lt;br /&gt;
           but you must specify it to get a standard Shell if&lt;br /&gt;
           you use the WINDOW argument.&lt;br /&gt;
INACTIVE   The window opens, but is not made the active window.&lt;br /&gt;
NOBORDER   The window opens without any left or bottom window border.&lt;br /&gt;
           Only the zoom, depth, and sizing gadgets are available.&lt;br /&gt;
NOCLOSE    The window does not have a close gadget. If you open&lt;br /&gt;
           a console normally, there is no close gadget. If you open&lt;br /&gt;
           a console using the AUTO option, there is automatically&lt;br /&gt;
           a close gadget on the window.&lt;br /&gt;
NODEPTH    The window has no window depth gadget.&lt;br /&gt;
NODRAG     The window cannot be dragged.&lt;br /&gt;
           It has zoom, depth and sizing gadgets, but no close gadget.&lt;br /&gt;
NOSIZE     The window only has a depth gadget.&lt;br /&gt;
SCREEN     The window opens on a public screen. The screen must already exist.&lt;br /&gt;
           You must specify the name of the screen after the SCREEN keyword.&lt;br /&gt;
SIMPLE     If you enlarge the window, the text expands to fill the newly&lt;br /&gt;
           available space, allowing you to see text that had been&lt;br /&gt;
           scrolled out of the window. This is the default&lt;br /&gt;
           for standard Shells.&lt;br /&gt;
SMART      If you enlarge the window, the text does not expand&lt;br /&gt;
           to fill the newly available space. This saves memory.&lt;br /&gt;
WAIT       The window can only be closed by selecting the close gadget&lt;br /&gt;
           or entering Ctrl+. If WAIT is the only option,&lt;br /&gt;
           there is no close gadget.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;SYS:&amp;gt; NewShell &amp;quot;CON://640/480/My Shell/CLOSE&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Opens a shell window in top-left corner, of size 640x480, a close gadget and of name 'My Shell'.&lt;/div&gt;</summary>
		<author><name>JPV</name></author>	</entry>

	</feed>