Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how to close a folder through cmd/bat?

Featured Replies

Let's say I have a folder in drive C: named X

I can open that folder from a cmd window with the command start C:\X

but what If I want to close the same opened folder through cmd or a bat ,

How can I do it??

thanx in advance..

Edited by laz3boy

Try NirCmd.exe. Read the help file.

To close all opened explorer folders, syntax : nircmd.exe win close class "CabinetWClass"

To close only a particular folder, say My Picture folder ( I have My Pictures & My Music folders open), syntax: nircmd.exe win close title "My Pictures"

  • Author

Wow!, this gets the job done man!!, thanx a lot ~~!!

Its a nice little utility and it helps in many other stuff

thanks again.

  • 3 years later...

method 1 :

 

With CMD(command prompt):

TASKKILL /F /FI "WINDOWTITLE eq MYTITLEEEEEEEEEEEEEE" /IM explorer.exe

(just change MYTITLEEEEEEEEEEEEEE with the opened folder's title [case-sensitive])

 

 

method 2 :

open a new text document and enter this code:

Set oShell = CreateObject("WScript.Shell")If oShell.AppActivate("YourWindowTITLEEEEEEEEEEEEE") ThenWScript.Sleep 100oShell.SendKeys "%{F4}"End If

then save that file as yourfile.vbs and put to your desired path.
Then run the Command:
%windir%\system32\cmd.exe /C "START /WAIT CScript C:\ExampleFolder\yourfile.vbs //NoLogo"

 

(note,that you should change "YourWindowTITLEEE" and "yourFileName.vbs" to whatever you want. Below is just an

Edited by tazosmr

  • 1 year later...
  • 1 year later...

Metod1

Metod2

 

Don't work

 

Something Else maybe.

 

Can't  close folder Libraries in win7

Metod1

Metod2

 

Don't work

 

Something Else maybe.

 

Can't  close folder Libraries in win7

Which "Title" are you using for it?

DId you try the nircmd.exe?

 

jaclaz

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.