Top "Explorer" questions

Windows Explorer is the file manager and navigation tool that exists in Microsoft Windows operating systems

How to I launch a ruby script from the command line by just its name?

On windows, I can run my ruby script like this: > ruby myscript.rb but I want to set things …

windows ruby command-line scripting explorer
What is Microsoft Document Explorer 2008 used for?

What is Microsoft Document Explorer 2008 used for?

document explorer
Embedding a File Explorer instance in a Windows Forms application form

My (C#, .NET 3.5) application generates files and, in addition to raising events that can be caught and reacted to, I …

c# winforms explorer
Restarting explorer.exe only opens an explorer window

The Problem In one part of a batch file (kind of, see Extra Information) I need to restart Explorer, so …

windows batch-file explorer taskkill
Windows Explorer control for WPF?

Is there a way to have a Windows Explorer on WPF? The closes I can get is the Web Browser, …

c# wpf windows explorer
Integrating into Windows Explorer context menu

I want to write a small tool, that does the following: When you right click on a file with a …

c# .net explorer file-extension
Can't delete a folder on Windows 7 with a trailing space

Issue: I have a Windows 7 sub-directory which I can't delete. While I know others here, and many more elsewhere on …

powershell windows-7 cmd explorer delete-directory
Process.Start() not starting the .exe file (works when run manually)

I have an .exe file that needs to be run after I create a file. The file is successfully created …

c# exe explorer process.start
get a folder path from the explorer menu to a powershell variable

is it possible to open a explorer window from powershell and store the path selected in the explorer, to a …

powershell explorer cmdlet
getElementById.contentDocument error in IE

<html> <script type="text/javascript"> function func() { alert(document.getElementById('iView').contentDocument); } </script> <…

javascript explorer getelementbyid