CreateDir v1.3

webfork on 27 Aug 2016
  • 343KB (uncompressed)
  • Released on 30 Apr 2009
  • Suggested by infimum

CreateDir quickly generates a directory chain and then opens the terminal folder. So for example, setting "c:\temp\win\dir\" will create that folder structure and then open the "dir" folder in explorer. Useful for quickly creating folders for required system folders, demos, and other operations.

The program includes a /q switch "Quiet Mode" for use with scripts and batch files. In this mode, directories are created without confirmation and not opened in explorer. Use /? switch for help dialog.

Category:
Runs on:WinXP / Vista / Win7 / Win8 / Win10
Writes settings to: None
Stealth: ? Yes
Unicode support: Yes
License: Freeware
How to extract: Download the ZIP package and extract to a folder of your choice. Launch CreateDir.exe.
Similar/alternative apps: Text2Folders
What's new?
  • Added /q and /? command line switches. /q runs in Quiet Mode. Also accepts more than one directory on command line. If /q then the directories will be created without confirmation and the folders will not be opened in explorer afterward. Multiple directories on command line without the /q switch will confirm each and the folder will be launched minimized so that it doesn't obscure the input box for the next confirmation.

3 comments on CreateDir  The Portable Freeware Collection Latest Entries Feed

Napiophelios 2010-08-24 18:21

Text 2 Folders is also very good :)
http://www.portablefreeware.com/index.php?id=1783

Surajit 2010-08-23 19:13

nice little app...I will use this rather than cmd

anOnYmoUS 2010-05-21 19:00

FYI: does the same as mkdir && cd

ie: mkdir "c:\temp\sub\install\var1\home" && cd "c:\temp\sub\install\var1\home"

Post your comment