<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UMayBleed</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UMayBleed"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/UMayBleed"/>
		<updated>2026-07-11T23:41:20Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Shell.run&amp;diff=3163</id>
		<title>Shell.run</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Shell.run&amp;diff=3163"/>
				<updated>2012-09-24T01:18:12Z</updated>
		
		<summary type="html">&lt;p&gt;UMayBleed: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Example&lt;br /&gt;
|desc=shell.run(String programLocation, String sArgs), This function is used to run a program at the desired location with the sArgs as the           arguments.&lt;br /&gt;
|code=shell.run(&amp;quot;myprogram&amp;quot;, &amp;quot;test&amp;quot;)&lt;br /&gt;
|output=Runs the program &amp;quot;myprogram&amp;quot; with arguments &amp;quot;test&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Here is a example how to run programs with custom input.&lt;br /&gt;
&lt;br /&gt;
 stringArgs=read() -- You input a line of string, and each space makes a argument, such as &amp;quot;arg1 arg2&amp;quot;. Argument 1 is &amp;quot;arg1&amp;quot;.&lt;br /&gt;
 shell.run(&amp;quot;myprogram&amp;quot;, stringArgs) &lt;br /&gt;
 -- runs the program. myprogram would have to be located on the main directory of the computer for this to work.&lt;/div&gt;</summary>
		<author><name>UMayBleed</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Shell.run&amp;diff=3162</id>
		<title>Shell.run</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Shell.run&amp;diff=3162"/>
				<updated>2012-09-24T01:15:52Z</updated>
		
		<summary type="html">&lt;p&gt;UMayBleed: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Example&lt;br /&gt;
|desc=shell.run(String programLocation, String arguments), This program is used to run a program with code instead of type. such as if you typed &amp;quot;myprogram test&amp;quot;.&lt;br /&gt;
This does not produce a new line, and anything else printed or written after this will be on the same line.&lt;br /&gt;
|code=shell.run(&amp;quot;myprogram&amp;quot;, &amp;quot;test&amp;quot;)&lt;br /&gt;
|output=Runs the program &amp;quot;myprogram&amp;quot; with arguments &amp;quot;test&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Here is a example how to run programs with custom input.&lt;br /&gt;
&lt;br /&gt;
 stringArgs=read() -- You input a line of string, and each space makes a argument, such as &amp;quot;arg1 arg2&amp;quot;. Argument 1 is &amp;quot;arg1&amp;quot;.&lt;br /&gt;
 shell.run(&amp;quot;myprogram&amp;quot;, stringArgs) &lt;br /&gt;
 -- runs the program. myprogram would have to be located on the main directory of the computer for this to work.&lt;/div&gt;</summary>
		<author><name>UMayBleed</name></author>	</entry>

	</feed>