<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Find Out the Command Line Location When Windows Opens a Window</title> <atom:link href="http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/feed/" rel="self" type="application/rss+xml" /><link>http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-out-the-command-line-location-when-windows-opens-a-window</link> <description>Daily updated news of useful advanced computer tips and tricks</description> <lastBuildDate>Thu, 24 May 2012 18:55:45 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Sanjit</title><link>http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/#comment-411408</link> <dc:creator>Sanjit</dc:creator> <pubDate>Tue, 09 Dec 2008 12:25:12 +0000</pubDate> <guid
isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/02/find-out-the-command-line-location-when-windows-opens-a-window/#comment-411408</guid> <description>I have an exe, and I run 3 different instances of it, holding diffent proc IDs. I would like to have the CommandLine info for each of this PID which I can see in the ProcExec. But I would like to get this info in my program. How do I get this CommandLine info available with the proc exec within my program ?Thank you in advance</description> <content:encoded><![CDATA[<p>I have an exe, and I run 3 different instances of it, holding diffent proc IDs. I would like to have the CommandLine info for each of this PID which I can see in the ProcExec. But I would like to get this info in my program. How do I get this CommandLine info available with the proc exec within my program ?</p><p>Thank you in advance</p> ]]></content:encoded> </item> <item><title>By: Lucien</title><link>http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/#comment-401946</link> <dc:creator>Lucien</dc:creator> <pubDate>Fri, 03 Oct 2008 11:42:54 +0000</pubDate> <guid
isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/02/find-out-the-command-line-location-when-windows-opens-a-window/#comment-401946</guid> <description>Asnwer to  #12, this can be done with microsoft&#039;s devcon tool (device console)First find out under which device name your external harddisk registers itself
c:\&gt;devcon status * &#124; find &quot;DISK&quot; should get you pretty close.
in my case:
USBSTOR\DISK&amp;VEN_HTS54808&amp;PROD_0M9AT00&amp;REV_0811\6&amp;9F900F5&amp;0 (will be different is you use external sata or firewire harddisks)You need the portion upto the first &amp;  ; USBSTOR\DISKTo disconnect:
devcon disable USBSTOR\DISKto reconnect:
devcon enable USBSTOR\DISKhope this helpsI haven&#039;t tried with multiple usb disks attached though.</description> <content:encoded><![CDATA[<p>Asnwer to  #12, this can be done with microsoft&#8217;s devcon tool (device console)</p><p>First find out under which device name your external harddisk registers itself<br
/> c:\&gt;devcon status * | find &#8220;DISK&#8221; should get you pretty close.<br
/> in my case:<br
/> USBSTOR\DISK&amp;VEN_HTS54808&amp;PROD_0M9AT00&amp;REV_0811\6&amp;9F900F5&amp;0 (will be different is you use external sata or firewire harddisks)</p><p>You need the portion upto the first &amp;  ; USBSTOR\DISK</p><p>To disconnect:<br
/> devcon disable USBSTOR\DISK</p><p>to reconnect:<br
/> devcon enable USBSTOR\DISK</p><p> hope this helps</p><p>I haven&#8217;t tried with multiple usb disks attached though.</p> ]]></content:encoded> </item> <item><title>By: Rich</title><link>http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/#comment-397957</link> <dc:creator>Rich</dc:creator> <pubDate>Tue, 12 Aug 2008 19:41:29 +0000</pubDate> <guid
isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/02/find-out-the-command-line-location-when-windows-opens-a-window/#comment-397957</guid> <description>Please answer # 12 above. It was a good question, and I have the same question.Quote:
Hey i want to be able to make a script to disconnect my external HDD. the command “RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll” is all good but that only brings up the “safely remove hardware” box. Can you help me out by telling me how to specify a drive to disconnect instead of clicking “stop device” on the drive?
e.g. If my HDD was “F:” what would be script be??</description> <content:encoded><![CDATA[<p>Please answer # 12 above. It was a good question, and I have the same question.</p><p>Quote:<br
/> Hey i want to be able to make a script to disconnect my external HDD. the command “RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll” is all good but that only brings up the “safely remove hardware” box. Can you help me out by telling me how to specify a drive to disconnect instead of clicking “stop device” on the drive?<br
/> e.g. If my HDD was “F:” what would be script be??</p> ]]></content:encoded> </item> <item><title>By: DeKaN</title><link>http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/#comment-387494</link> <dc:creator>DeKaN</dc:creator> <pubDate>Wed, 14 May 2008 02:44:53 +0000</pubDate> <guid
isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/02/find-out-the-command-line-location-when-windows-opens-a-window/#comment-387494</guid> <description>Wah, macam itu ka? Ic2.. Thank you.</description> <content:encoded><![CDATA[<p>Wah, macam itu ka? Ic2.. Thank you.</p> ]]></content:encoded> </item> <item><title>By: Simon</title><link>http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/#comment-385581</link> <dc:creator>Simon</dc:creator> <pubDate>Sun, 20 Apr 2008 17:01:11 +0000</pubDate> <guid
isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/02/find-out-the-command-line-location-when-windows-opens-a-window/#comment-385581</guid> <description>Hey i want to be able to make a script to disconnect my external HDD. the command &quot;RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll&quot; is all good but that only brings up the &quot;safely remove hardware&quot; box. Can you help me out by telling me how to specify a drive to disconnect instead of clicking &quot;stop device&quot; on the drive?e.g. If my HDD was &quot;F:&quot; what would be script be??</description> <content:encoded><![CDATA[<p>Hey i want to be able to make a script to disconnect my external HDD. the command &#8220;RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll&#8221; is all good but that only brings up the &#8220;safely remove hardware&#8221; box. Can you help me out by telling me how to specify a drive to disconnect instead of clicking &#8220;stop device&#8221; on the drive?</p><p>e.g. If my HDD was &#8220;F:&#8221; what would be script be??</p> ]]></content:encoded> </item> <item><title>By: Ro</title><link>http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/#comment-383999</link> <dc:creator>Ro</dc:creator> <pubDate>Thu, 03 Apr 2008 16:03:30 +0000</pubDate> <guid
isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/02/find-out-the-command-line-location-when-windows-opens-a-window/#comment-383999</guid> <description>Hi there! I keep getting the same error message: Windows - drive not ready Exception Processing Message c00000a3 Parameters 75b6bf9c 4 75b6bf9c 75b6bf9cwhen i try to use my TUNE TRANSFER program to move some songs from my ipod to my itunes. Everytime i turn on the program and try to detect my ipod, it gives me the error and won\&#039;t acknowledge my ipod.  I\&#039;ve uninstalled and reinstalled it with the same results, i\&#039;ve also uninstalled and reinstalled itunes but nothing yet. PLEASE HELP!!!</description> <content:encoded><![CDATA[<p>Hi there! I keep getting the same error message: Windows &#8211; drive not ready Exception Processing Message c00000a3 Parameters 75b6bf9c 4 75b6bf9c 75b6bf9c</p><p>when i try to use my TUNE TRANSFER program to move some songs from my ipod to my itunes. Everytime i turn on the program and try to detect my ipod, it gives me the error and won\&#8217;t acknowledge my ipod.  I\&#8217;ve uninstalled and reinstalled it with the same results, i\&#8217;ve also uninstalled and reinstalled itunes but nothing yet. PLEASE HELP!!!</p> ]]></content:encoded> </item> <item><title>By: How To Fix Windows Cannot Find MSCONFIG Error at RUN Command &#187; Raymond.CC Blog</title><link>http://www.raymond.cc/blog/find-out-the-command-line-location-when-windows-opens-a-window/#comment-362091</link> <dc:creator>How To Fix Windows Cannot Find MSCONFIG Error at RUN Command &#187; Raymond.CC Blog</dc:creator> <pubDate>Fri, 11 Jan 2008 08:00:36 +0000</pubDate> <guid
isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/02/find-out-the-command-line-location-when-windows-opens-a-window/#comment-362091</guid> <description>[...] is. You can either use Windows search to look for *msconfig* or go to another computer, use Process Explorer to find the path to MSConfig.  As you can see, Process Explorer clearly shows that MSConfig.exe is [...]</description> <content:encoded><![CDATA[<p>[...] is. You can either use Windows search to look for *msconfig* or go to another computer, use Process Explorer to find the path to MSConfig.  As you can see, Process Explorer clearly shows that MSConfig.exe is [...]</p> ]]></content:encoded> </item> </channel> </rss>
