Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1251 connectés 

  FORUM HardWare.fr
  Programmation

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

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

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

n°165859
ThunderBib​@Work
Where the any Key???
Posté le 25-06-2002 à 21:36:49  profilanswer
 

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.

mood
Publicité
Posté le 25-06-2002 à 21:36:49  profilanswer
 

n°165874
darklord
You're welcome
Posté le 25-06-2002 à 21:43:38  profilanswer
 

apprenti hacker :D  
 
spabien  :non:


---------------
Just because you feel good does not make you right
n°165905
ThunderBib​@Work
Where the any Key???
Posté le 25-06-2002 à 22:28:35  profilanswer
 

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

n°165915
antp
Super Administrateur
Champion des excuses bidons
Posté le 25-06-2002 à 22:35:51  profilanswer
 

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


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
n°165920
darklord
You're welcome
Posté le 25-06-2002 à 22:37:42  profilanswer
 

viiz a écrit a écrit :

 
 
Grillai  :fuck:  




 
 :na:


---------------
Just because you feel good does not make you right
n°165935
POWA
Posté le 25-06-2002 à 23:02:47  profilanswer
 

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

n°165961
ethernal
Chercheur de vérité...
Posté le 26-06-2002 à 00:10:24  profilanswer
 

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


---------------
...oups kernel error...
n°166011
gilou
Modérateur
Modzilla
Posté le 26-06-2002 à 05:14:01  profilanswer
 

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é!  --
n°166049
antp
Super Administrateur
Champion des excuses bidons
Posté le 26-06-2002 à 09:36:24  profilanswer
 

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
n°166362
ThunderBib​@Work
Where the any Key???
Posté le 26-06-2002 à 14:27:41  profilanswer
 

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

mood
Publicité
Posté le 26-06-2002 à 14:27:41  profilanswer
 

n°166405
THE REAL S​MILEY
The Real Résistance!
Posté le 26-06-2002 à 14:57:46  profilanswer
 

essaie:

format c: < o

n°166409
antp
Super Administrateur
Champion des excuses bidons
Posté le 26-06-2002 à 15:00:11  profilanswer
 

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
n°166418
Loom the G​loom
Even coders get the blues...
Posté le 26-06-2002 à 15:06:34  profilanswer
 

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
n°166502
ethernal
Chercheur de vérité...
Posté le 26-06-2002 à 15:54:55  profilanswer
 

Loom the Gloom a écrit a écrit :

 
 
 
 :lol:  




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


---------------
...oups kernel error...
n°166655
ThunderBib​@Work
Where the any Key???
Posté le 26-06-2002 à 17:40:40  profilanswer
 

format c: |y
 
 
marche pas...

n°166659
antp
Super Administrateur
Champion des excuses bidons
Posté le 26-06-2002 à 17:46:34  profilanswer
 

é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
n°166676
ethernal
Chercheur de vérité...
Posté le 26-06-2002 à 18:05:58  profilanswer
 

exact :(
comme dir | more...


---------------
...oups kernel error...
n°167169
gilou
Modérateur
Modzilla
Posté le 27-06-2002 à 12:57:20  profilanswer
 

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é!  --
n°167170
antp
Super Administrateur
Champion des excuses bidons
Posté le 27-06-2002 à 12:58:33  profilanswer
 

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
n°167219
ThunderBib​@Work
Where the any Key???
Posté le 27-06-2002 à 14:00:23  profilanswer
 

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

n°167902
gilou
Modérateur
Modzilla
Posté le 28-06-2002 à 10:30:20  profilanswer
 

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é!  --
n°168040
ThunderBib​@Work
Where the any Key???
Posté le 28-06-2002 à 14:07:59  profilanswer
 

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

mood
Publicité
Posté le   profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation

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

 

Sujets relatifs
Commande de lancement d'un fichier PrologQuestion conne
[SQL] Commande sql pour changer la valeur de certain champQuestion surment posé 500foi ...
help: je rame sur une verification de format d'email...Projet: Site internet... (Question sur la structure du site)
[java+xml]petite question[Access] Etat forcer le format paysage
Question existentielle ^_^[MS-DOS]commande pour copier TOUT le contenu d'un repertoire
Plus de sujets relatifs à : [.Bat]Enlever la question (O/N) de la commande format.


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR