ArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2008-06-25T14:13:38+02:00 https://brainmodular.fr/forums/app.php/feed/topic/888 2008-06-25T14:13:38+02:00 2008-06-25T14:13:38+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4629#p4629 <![CDATA[Shell Command]]>
So i made a 'del.cmd' file with the code :
del "D:Audio ProdUsine RecordEssai 1*.*" /Q
and i call the del.cmd in the command line of the shell module
D:Audio Prodcommanddel.cmd
Like that everythink is ok.

Thank you.

Statistics: Posted by cmodica — 25 Jun 2008, 14:13


]]>
2008-06-25T13:48:22+02:00 2008-06-25T13:48:22+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4628#p4628 <![CDATA[Shell Command]]> try
code :

del D:"Audio Prod""Usine Record""Essai 1"*.* /Q
TO BSORK: the DOS language is universal and the syntax is is the same whatever the country.

Statistics: Posted by senso — 25 Jun 2008, 13:48


]]>
2008-06-25T13:30:22+02:00 2008-06-25T13:30:22+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4627#p4627 <![CDATA[Shell Command]]>
This is the code that i wrote in the command line of Shell Module
code :

del D:Audio ProdUsine RecordEssai 1*.* /Q
But nothing is deleting ....

Statistics: Posted by cmodica — 25 Jun 2008, 13:30


]]>
2008-06-25T11:42:21+02:00 2008-06-25T11:42:21+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4626#p4626 <![CDATA[Shell Command]]>
Try the del command with <drive><path><filename.extension>; eg

CODE:

"del C&#58;tempaudio*.*".
or

CODE:

"del C&#58;tempaudio*.* /F /Q".
The /F and /Q switches forces deletion of read-only files, and "quiet mode" (no prompting for confirmation using global wildcard *.*) respectively.

I'm not totally sure whether the switches may differ between languages (but I don't think so). In case you have a non-English Window installation, have a look at the options for the del command by entering cmd in the Start/Run dialog box, and at the prompt in the command window that should pop up, type "del /?" which lists the available switches.

[EDIT]: Senso beat me to it, aaarrgghhh!!! ;)

Statistics: Posted by bsork — 25 Jun 2008, 11:42


]]>
2008-06-25T11:34:23+02:00 2008-06-25T11:34:23+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4625#p4625 <![CDATA[Shell Command]]>

CODE:

del C&#58;"my folder"*.* /Q
in the command line?

Statistics: Posted by senso — 25 Jun 2008, 11:34


]]>
2008-06-25T11:07:59+02:00 2008-06-25T11:07:59+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4624#p4624 <![CDATA[Shell Command]]>
If Yes, How ?

Thank you.

Statistics: Posted by cmodica — 25 Jun 2008, 11:07


]]>
BrainModular BrainModular Users Forum 2008-06-25T14:13:38+02:00 https://brainmodular.fr/forums/app.php/feed/topic/888 2008-06-25T14:13:38+02:00 2008-06-25T14:13:38+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4629#p4629 <![CDATA[Shell Command]]>
So i made a 'del.cmd' file with the code :
del "D:Audio ProdUsine RecordEssai 1*.*" /Q
and i call the del.cmd in the command line of the shell module
D:Audio Prodcommanddel.cmd
Like that everythink is ok.

Thank you.

Statistics: Posted by cmodica — 25 Jun 2008, 14:13


]]>
2008-06-25T13:48:22+02:00 2008-06-25T13:48:22+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4628#p4628 <![CDATA[Shell Command]]> try
code :

del D:"Audio Prod""Usine Record""Essai 1"*.* /Q
TO BSORK: the DOS language is universal and the syntax is is the same whatever the country.

Statistics: Posted by senso — 25 Jun 2008, 13:48


]]>
2008-06-25T13:30:22+02:00 2008-06-25T13:30:22+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4627#p4627 <![CDATA[Shell Command]]>
This is the code that i wrote in the command line of Shell Module
code :

del D:Audio ProdUsine RecordEssai 1*.* /Q
But nothing is deleting ....

Statistics: Posted by cmodica — 25 Jun 2008, 13:30


]]>
2008-06-25T11:42:21+02:00 2008-06-25T11:42:21+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4626#p4626 <![CDATA[Shell Command]]>
Try the del command with <drive><path><filename.extension>; eg

CODE:

"del C&#58;tempaudio*.*".
or

CODE:

"del C&#58;tempaudio*.* /F /Q".
The /F and /Q switches forces deletion of read-only files, and "quiet mode" (no prompting for confirmation using global wildcard *.*) respectively.

I'm not totally sure whether the switches may differ between languages (but I don't think so). In case you have a non-English Window installation, have a look at the options for the del command by entering cmd in the Start/Run dialog box, and at the prompt in the command window that should pop up, type "del /?" which lists the available switches.

[EDIT]: Senso beat me to it, aaarrgghhh!!! ;)

Statistics: Posted by bsork — 25 Jun 2008, 11:42


]]>
2008-06-25T11:34:23+02:00 2008-06-25T11:34:23+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4625#p4625 <![CDATA[Shell Command]]>

CODE:

del C&#58;"my folder"*.* /Q
in the command line?

Statistics: Posted by senso — 25 Jun 2008, 11:34


]]>
2008-06-25T11:07:59+02:00 2008-06-25T11:07:59+02:00 https://brainmodular.fr/forums/viewtopic.php?t=888&p=4624#p4624 <![CDATA[Shell Command]]>
If Yes, How ?

Thank you.

Statistics: Posted by cmodica — 25 Jun 2008, 11:07


]]>