<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HiddenDOSCommand and Max 2011 in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168667#M21439</link>
    <description>Prior to 2010 or 2011 there was a bug in hiddenDosCommand that required the startpath value to be set, eventhough the documentation said it was optional. Are you supplying a startpath? Does it alter the results if you supply the startpath?&lt;BR /&gt;&lt;BR /&gt;-Eric</description>
    <pubDate>Sat, 11 Sep 2010 23:33:00 GMT</pubDate>
    <dc:creator>PiXeL_MoNKeY</dc:creator>
    <dc:date>2010-09-11T23:33:00Z</dc:date>
    <item>
      <title>HiddenDOSCommand and Max 2011</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168662#M21434</link>
      <description>I'm experiencing a strange issue with HiddenDOSCommand.&lt;BR /&gt;&lt;BR /&gt;I'm running some Perforce calls via HiddenDOSCommand for syncing, adding and editing Max files. Running these functions on my computer works fine, but running them on a co-worker's computer does not. I checked his environment variables and they are fine, and running the same exact string through a dos prompt on his computer works fine.&lt;BR /&gt;&lt;BR /&gt;It should be noted the only difference between his and my Max load-outs is that I am using 64-bit and he is using 32-bit, and I don't know if that can change...&lt;BR /&gt;&lt;BR /&gt;Has anyone had this happen, and know any potential solution (or, at the least, where else I can look to see what is going on?)&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sat, 11 Sep 2010 00:48:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168662#M21434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-11T00:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenDOSCommand and Max 2011</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168663#M21435</link>
      <description>32/64 shouldn't be a problem. More likely is that the paths are different on the 2 systems, especially if his paths have spaces in them and yours do not. Explicit quoting of path/filenames is very important when using dos commands - see &lt;A href="http://area.autodesk.com/forum/t46754" target="_blank"&gt;this thread&lt;/A&gt; for an example of that.&lt;BR /&gt;&lt;BR /&gt;Also, use dosCommand rather than hiddenDosCommand while trying to debug this kind of problem so you can see not only the command as seen by the "dos box" but also any errors which may be displayed. Also keep an eye on the Maxscript Listener - you may get some useful info from there as well.</description>
      <pubDate>Sat, 11 Sep 2010 10:19:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168663#M21435</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2010-09-11T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenDOSCommand and Max 2011</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168664#M21436</link>
      <description>I've tried using dosCommand as well and get no useful information other than it returning a non-zero integer on his machine, which means the process failed (HiddenDOSCommand does the same thing)- on my machine it returns 0. What doesn't make sense to me is that the same exact string works in a commandline dos box on his machine, and the same exact string works on one machine and not another.&lt;BR /&gt;&lt;BR /&gt;The paths are not different between machines, as our perforce setup enforces the paths to be identical. If they were different, running the same string through the dos box wouldn't work.&lt;BR /&gt;&lt;BR /&gt;This problem makes my brain hurt...</description>
      <pubDate>Sat, 11 Sep 2010 17:19:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168664#M21436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-11T17:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenDOSCommand and Max 2011</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168665#M21437</link>
      <description>Unfortunately it might - quotes do get stripped off in the process, and if you don't have enough (in the right places) the dosbox gets well confused.&lt;BR /&gt;&lt;BR /&gt;If you're certain the commands are correct, and corectly quoted, then I don't know why it doesn't work on the other PC. You could install 32bit on there as well (if it isn't already) and try that - just to discount 32/64 possibility. 32 and 64 will share the license, so there no issues with having them both.</description>
      <pubDate>Sat, 11 Sep 2010 17:44:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168665#M21437</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2010-09-11T17:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenDOSCommand and Max 2011</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168666#M21438</link>
      <description>I'll double and triple check on Monday. If I can't get it working, I may change how I'm doing things and do the perforce stuff via dotNET.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help!</description>
      <pubDate>Sat, 11 Sep 2010 19:13:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168666#M21438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-11T19:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenDOSCommand and Max 2011</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168667#M21439</link>
      <description>Prior to 2010 or 2011 there was a bug in hiddenDosCommand that required the startpath value to be set, eventhough the documentation said it was optional. Are you supplying a startpath? Does it alter the results if you supply the startpath?&lt;BR /&gt;&lt;BR /&gt;-Eric</description>
      <pubDate>Sat, 11 Sep 2010 23:33:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168667#M21439</guid>
      <dc:creator>PiXeL_MoNKeY</dc:creator>
      <dc:date>2010-09-11T23:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenDOSCommand and Max 2011</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168668#M21440</link>
      <description>Unfortunately it doesn't give me a different result... Thanks though!</description>
      <pubDate>Sun, 12 Sep 2010 01:28:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/hiddendoscommand-and-max-2011/m-p/4168668#M21440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-12T01:28:00Z</dc:date>
    </item>
  </channel>
</rss>

