<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: [shell] and mkdir</title>
		<atom:link href="http://cycling74.com/forums/topic/shell-and-mkdir/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/shell-and-mkdir/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 04:00:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-59475</guid>
					<title><![CDATA[[shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-59475</link>
					<pubDate>Fri, 21 Oct 2011 15:43:08 +0000</pubDate>
					<dc:creator>Medd</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve done a bit of research on this but was wondering if someone with a bit more terminal knowledge could help me out.</p>
<p>I know mkdir is the command I need to make a new directory, however I&#8217;m not  sure how I specify where it is created. For example I&#8217;d like to make: </p>
<p>&#8220;This Folder&#8221; </p>
<p>in </p>
<p>&#8220;Macintosh HD/users/me/that folder&#8221;</p>
<p>I&#8217;ve tried using jcom.folder too but what I&#8217;m looking to do is create AND delete a directory using Max for temporary storage of downloaded resources. If there is a technique that&#8217;s Windows friendly too, that&#8217;d be peachy.</p>
<p>Thanks, I appreciate any advice!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214052</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214052</link>
					<pubDate>Fri, 21 Oct 2011 21:21:38 +0000</pubDate>
					<dc:creator>o s</dc:creator>

					<description>
						<![CDATA[
						<p>mkdir /Users/me/Desktop/that folder/This Folder</p>
<p>hth  ole</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214053</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214053</link>
					<pubDate>Sat, 22 Oct 2011 08:54:01 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>If you need a portable solution, then you should use Java instead of <strong>shell</strong>. I did a small class that, a.o., deletes files and empty folders; check <a href="http://cycling74.com/toolbox/mxj-filesys-v0-2-3/" rel="nofollow">http://cycling74.com/toolbox/mxj-filesys-v0-2-3/</a></p>
<p>The Java source is included, adding a <em>mkdir</em> feature shouldn&#8217;t be very difficult. I may even do it myself one day&#8230;</p>
<p>p</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214054</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214054</link>
					<pubDate>Sat, 22 Oct 2011 11:31:58 +0000</pubDate>
					<dc:creator>Medd</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you both for the advice, I&#8217;ll have a look later on!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214055</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214055</link>
					<pubDate>Sat, 22 Oct 2011 14:41:26 +0000</pubDate>
					<dc:creator>Medd</dc:creator>

					<description>
						<![CDATA[
						<p>@o s: That works but turns out I had to use \ in a message box to stop Max automatically putting double quotes around it. That&#8217;s what had been giving me grief!</p>
<p>@Patrick Delges: I&#8217;ve got your Java solution downloaded for potential future reference i.e. when I actually decide to get into Java! For now I think I should be able to use [DOSHack] as a Windows alternative to [shell]?</p>
<p>Thanks again for your tips!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214056</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214056</link>
					<pubDate>Sun, 23 Oct 2011 09:23:35 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>There&#8217;s an external in the Jasch library that does this as well, it&#8217;s OSX only but it might be worth a look.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214057</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214057</link>
					<pubDate>Mon, 24 Oct 2011 01:56:59 +0000</pubDate>
					<dc:creator>Dan Nigrin</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, Jasch has createfolder for OS X, and Bill Orcutt has mkdir for Windows.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214058</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214058</link>
					<pubDate>Mon, 24 Oct 2011 07:19:28 +0000</pubDate>
					<dc:creator>Medd</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Luke and Dan for the tips, I&#8217;ll definitely look into them. Right now [shell] is working just fine as I can name the directories based on a username (whoami&#8211;>shell&#8211;>sprintf mkdir etc.) and rmdir -r means a user can also clear temporarily downloaded files (what a savage command!)</p>
<p>Thanks to Dan also for the slick standalones presentation notes. I knew most of the tips but the .json viewer really speeds things up!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214059</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214059</link>
					<pubDate>Thu, 27 Oct 2011 08:51:05 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>I just added a <em>mkdir</em> message to <strong>mxj filesys</strong>.<br />
Untested under Windows, but I suppose it should work too&#8230;</p>
<p>Download from <a href="http://cycling74.com/toolbox/mxj-filesys-v0-2-3/" rel="nofollow">http://cycling74.com/toolbox/mxj-filesys-v0-2-3/</a></p>
<p>p</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214060</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214060</link>
					<pubDate>Thu, 27 Oct 2011 17:56:18 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>tested under win7, everything works<br />
only gotcha > doesn&#8217;t delete to recycle bin but straight to the great void.</p>
<p>thanks Patrick</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214061</guid>
					<title><![CDATA[Re: [shell] and mkdir]]></title>
					<link>http://cycling74.com/forums/topic/shell-and-mkdir/#post-214061</link>
					<pubDate>Fri, 28 Oct 2011 07:16:37 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for testing Yair,</p>
<p>to move to the recycle bin, I suppose you could just use <em>mv myfile /aPathTo/theRecycleBin</em> (sorry, I don&#8217;t know the path the Win&#8217;s bin).</p>
<p>p</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

