[.Bat]Enlever la question (O/N) de la commande format.

Enlever la question (O/N) de la commande format. [.Bat] - Programmation

Marsh Posté le 25-06-2002 à 21:36:49    

voilà je souhaite faire un fichier .bat avec la commande format pour pouvoir passer par dessus la question "êtes vous sûre (o/n)?"
 
 
Quelqu'un peu m'aider.

Reply

Marsh Posté le 25-06-2002 à 21:36:49   

Reply

Marsh Posté le 25-06-2002 à 21:43:38    

apprenti hacker :D  
 
spabien  :non:


---------------
Just because you feel good does not make you right
Reply

Marsh Posté le 25-06-2002 à 22:28:35    

Aucun lien avec le piratage ....  
 
C'est simplement pour formater des PC de ma CIE de chez moi.  
 
J'ai pas besoin de commentaire ... j'ai besoin d'aide.
 
Merci

Reply

Marsh Posté le 25-06-2002 à 22:35:51    

:heink: et pourquoi y peut pas y avoir la question ?


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 25-06-2002 à 22:37:42    

viiz a écrit a écrit :

 
 
Grillai  :fuck:  




 
 :na:


---------------
Just because you feel good does not make you right
Reply

Marsh Posté le 25-06-2002 à 23:02:47    

dans ton .bat, si tu met
 
del *.* ca te met la question ?

Reply

Marsh Posté le 26-06-2002 à 00:10:24    

je pense que c ça mais j'ai pas envie de tester ..
format c: |y


---------------
...oups kernel error...
Reply

Marsh Posté le 26-06-2002 à 05:14:01    

Citation :

  FORMAT.COM HIDDEN PARAMETERS
 
 
 
IMPORTANT: To become familiar with FORMAT.COM's command line switches (the
documented ones anyway), run:
FORMAT /?
from any DOS prompt to display the FORMAT.COM help screen.
 
 
1. FORMAT drive: /AUTOTEST [MS-DOS 5.00 and above ONLY]
 
 
This parameter makes FORMAT.COM check for the existing format of your disk,
unless the /U (UNCONDITIONAL) parameter is also used [MS-DOS 5.00 and above
ONLY], and then proceeds with an UNATTENDED DISK(ETTE) FORMAT:
- DOES NOT prompt for a volume label!
- DOES NOT prompt to format another disk(ette)!
- NO delay: NO user intervention!
- Ends WITHOUT pausing!
After completion, it DOES display disk space statistics.
WARNING: This works on BOTH hard and floppy drives!
 
 
2. FORMAT drive: /BACKUP [MS-DOS 5.00 and above ONLY]
 
 
This FORMAT.COM parameter works exactly like /AUTOTEST, but it DOES prompt the
user for a volume label, and it DOES display disk space information upon
completion.
 
 
3. FORMAT drive: /SELECT [MS-DOS 5.00 and above ONLY]
 
 
This FORMAT.COM parameter is similar to using the MIRROR command [a MS-DOS
5.00 and earlier ONLY utility], and reads the disk(ette) system area (sector
0).
In MS-DOS 4.0 FORMAT /SELECT has the same effect as FORMAT /BACKUP. [Thank you
William Levak (wlevak@cyberspace.org)!]
NOTE: Microsoft removed MIRROR.COM from all MS-DOS releases begining with
 6.00.
 
 
4. FORMAT drive: /U [MS-DOS 5.00 and above ONLY]
 
 
This FORMAT.COM parameter performs an UNCONDITIONAL format, which DESTROYS
every byte of data on ANY hard disk/floppy by overwriting it with hex F6h.
WARNING: You canNOT UNFORMAT a disk(ette) formatted using the /U option!
 
 
5. FORMAT drive: /SELECT /U [MS-DOS 5.00 and above ONLY]
 
 
This particular combination of FORMAT.COM parameters makes a disk(ette)
UNREADABLE by filling the system area (sector 0) with zeroes, due to using
these two incompatible options together. All other sectors are left intact.
[Thank you William Levak (wlevak@cyberspace.org)!]
WARNING: DO NOT use these two FORMAT switches TOGETHER on ANY drive!
 
 
6. FORMAT drive: /Z:n [Windows 95B OSR 2.0 + MS-DOS 7.10 and above ONLY]
 
 
FORMAT drive: /Z:n formats a FAT32 drive with a cluster size of n times 512
Bytes. Meaning:
drive: = your hard drive letter: C:, D:, E:... etc.
n = number of sectors per cluster multiplied by 512 (cluster size in Bytes).
Examples:
n = 1 creates a 512 Bytes cluster;
n = 2 creates a 1024 Bytes (1 KB) cluster;
n = ? creates a ? x 512 = ???? Bytes (???? bytes : 1024 = ? KB) cluster.
You can modify the size of the allocation units (sectors) on a FAT32 drive to
your heart desire.
WARNING: It is recommended NOT to change the default cluster size, because
  some programs such as disk-repair/anti-virus tools might STOP
  working properly!


 
From: http://sansone.crema.unimi.it/linu [...] ECRETS.TXT
 
A+,


---------------
There's more than what can be linked! --    Iyashikei Anime Forever!    --  AngularJS c'est un framework d'engulé!  --
Reply

Marsh Posté le 26-06-2002 à 09:36:24    

ouais le /autotest est connu mais ça ne marche qu'en DOS (et Win9x évidemment puisque DOS 7), ça existe pas en NT.


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 26-06-2002 à 14:27:41    

ca répond pas à ma question.....
 
 
Je veux outrepasser la question que pose la commande format...  
C'est tout.
 
 
autre essaie.

Reply

Marsh Posté le 26-06-2002 à 14:27:41   

Reply

Marsh Posté le 26-06-2002 à 14:57:46    

essaie:

format c: < o

Reply

Marsh Posté le 26-06-2002 à 15:00:11    

plutot

echo o | format  c:


mais bon si le système est en anglais ça marchera pas :D


Message édité par antp le 26-06-2002 à 15:00:23

---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 26-06-2002 à 15:06:34    

ethernal a écrit a écrit :

je pense que c ça mais j'ai pas envie de tester ..format c: |y




 
 
 :lol:


---------------
Music|Market|Feed|Loom|DVD
Reply

Marsh Posté le 26-06-2002 à 15:54:55    

Loom the Gloom a écrit a écrit :

 
 
 
 :lol:  




 
pas fou ;) :lol:
 
ça fct thunderbib@work ou pas ?


---------------
...oups kernel error...
Reply

Marsh Posté le 26-06-2002 à 17:40:40    

format c: |y
 
 
marche pas...

Reply

Marsh Posté le 26-06-2002 à 17:46:34    

évidemment que ça marche pas, | c'est pour transférer le contenu d'une commande vers une autre commande.
D'où ma réponse quelques posts plus hautes et qui fonctionne.


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 26-06-2002 à 18:05:58    

exact :(
comme dir | more...


---------------
...oups kernel error...
Reply

Marsh Posté le 27-06-2002 à 12:57:20    

thunderbib@work a écrit a écrit :

format c: |y
 
 
marche pas...




par contre  
echo y | format c:
ca devrait.
A+,


---------------
There's more than what can be linked! --    Iyashikei Anime Forever!    --  AngularJS c'est un framework d'engulé!  --
Reply

Marsh Posté le 27-06-2002 à 12:58:33    

bhen oui c'est ce que j'avais dit plus haut pas il ne l'a pas vu on dirait :o
ou alors il a testé et ça a reformé son disque, et c'est pour ça qu'il ne poste plus :lol:


Message édité par antp le 27-06-2002 à 12:59:11

---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 27-06-2002 à 14:00:23    

Merci beaucoup.... c règlé ca fonctionne très bien....
 
 
MErci encore

Reply

Marsh Posté le 28-06-2002 à 10:30:20    

antp a écrit a écrit :

bhen oui c'est ce que j'avais dit plus haut pas il ne l'a pas vu on dirait :o
ou alors il a testé et ça a reformé son disque, et c'est pour ça qu'il ne poste plus :lol:




Ou il avait essayé ta réponse telle quelle, sans comprendre le sens du o, ni ta remarque.
A+,


---------------
There's more than what can be linked! --    Iyashikei Anime Forever!    --  AngularJS c'est un framework d'engulé!  --
Reply

Marsh Posté le 28-06-2002 à 14:07:59    

J'avais tout compris depuis le début.... mais j'ai quand même tout essayé.

Reply

Marsh Posté le    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed