- Help Request! **Make new directory using internal comman**

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Ljubisa
Junior Member
Junior Member
Posts: 13
Joined: 2006-11-01, 06:22 UTC

- Help Request! **Make new directory using internal comman**

Post by *Ljubisa »

Hello friends...

How to use builtin command, and make new directorium (folder) with a predefined name... (as a button bar).

"cm_MkDir=907;Make directory" is command which will do the magic. But, I don't know to configure it properly.

When I use it, Popup menu comes waiting for me to give the name of new dir, and it's not working like I want... to "silently" make dir with predefined name I gived.

regards,
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Hello Ljubisa,

Code: Select all

%comspec% /c md <dirname>
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Ljubisa
Junior Member
Junior Member
Posts: 13
Joined: 2006-11-01, 06:22 UTC

Post by *Ljubisa »

tnx much Hacker for fast reply!

But... :)

I tried to write parameters you adviced in this box:

http://imageshack.us/photo/my-images/836/wheretoputit.png/

It's seams I doing wrong, mate :)
adymocan
Junior Member
Junior Member
Posts: 2
Joined: 2012-04-13, 04:45 UTC
Location: Cluj-Napoca

Post by *adymocan »

Just replace cm_MkDir with %comspec% /c md <dirname> in the Command field.

Also I suggest that you enclose the directory name with " ", especially if the name contains spaces (%comspec% /c md "My new folder")
Ljubisa
Junior Member
Junior Member
Posts: 13
Joined: 2006-11-01, 06:22 UTC

Post by *Ljubisa »

adymocan wrote:Just replace cm_MkDir with %comspec% /c md <dirname> in the Command field.

Also I suggest that you enclose the directory name with " ", especially if the name contains spaces (%comspec% /c md "My new folder")
Tnx kindly sir, it works.

Managing files from my 2Tb from 4 HD's I have using opened 5 tabs on each side of TC. And decompressing ofthen files from the net I usualy make some temp dir called 000, or whatever, and after I done delete it. And I stoped to go to some "faworite temp dir"... Meaning I use it now wherever I have some free space on 20 partitions :)

darn... must buy new 2 Tb H :)
Post Reply