Command line (Dos)

TwitterFacebook
Get flash to fully experience Pearltrees

Batch files - Escape Characters

http://www.robvanderwoude.com/escapechars.php All DOS versions interpret certain characters before executing a command. Some well know examples are the percent sign ( % ), and the redirection symbols ( < | > ). Windows 95/98 and NT, and OS/2 too, also interpret double quotes ( " ) and ampersands ( & ), as shown in the Conditional Execution page. In batch files, the percent sign may be "escaped" by using a double percent sign ( %% ). That way, a single percent sign will be used as literal within the command line, instead of being furter interpreted. In Windows 95/98 and NT, and OS/2 too, redirection symbols may be escaped by placing them between double quotes ( ">" ).
In computing , XCOPY is a command used on PC DOS , MS-DOS , OS/2 , Microsoft Windows , and related operating systems for copying multiple files or entire directory trees from one directory to another and for copying files across a network . XCOPY stands for extended copy , [ 1 ] and was created as a more functional file copying utility than the copy command found in these operating systems. XCOPY first appeared in DOS 3.2. https://en.wikipedia.org/wiki/XCOPY

XCOPY

BoxCryptor – Le chiffrement pour Dropbox

Par Korben Si vous êtes un grand utilisateur de Dropbox , vous avez peut être conscience que si un jour quelqu'un trouve votre mot de passe, il pourra accéder directement à vos données. Pas cool... Il est toutefois possible de créer directement un conteneur chiffré avec TrueCrypt , et de l'uploader sur votre dropbox. C'est pas trop compliqué et ça a l'avantage d'être compatible avec tous les OS. http://korben.info/boxcryptor-dropbox-crypte.html
http://www.commentcamarche.net/faq/13047-liste-des-commandes-windows Remarques : Certaines commandes sont dangereuses (l’exemple de SYSKEY) et peuvent causer des problèmes pouvant conduire au formatage. D’autres commandes ne sont pas exécutables sous Windows XP ou des versions antérieures, je ne les ai pas toutes essayées. Les contributeurs sont libres d’effectuer toutes les corrections nécessaires. Sous Vista "Exécuter" n’est pas visible dans le menu démarrer, vous pouvez l’afficher en suivant cette astuce . Vous pouvez aussi ajouter votre propre commande, voir cette astuce .

Liste des commandes Windows - La solution

Bonjour a tous. La recherche est momentanément indisponible, je me suis donc tapé les sujets des 13 pages de la rubrique a la recherche d'un titre correspondant a ce que je recherche. Une remarque les titres ne sont pas tres tres parlant

Suppression Recursive et RDMIR, FOR et DIR [RESOLU] - Shell/Batch - Programmation

http://forum.hardware.fr/hfr/Programmation/Shell-Batch/suppression-recursive-resolu-sujet_56896_1.htm

For exmple in order to erase all '.svn' folder of a projet : for /F "tokens=*" %%i IN ('dir /a:d /b /s *.svn') DO rmdir /S /Q "%%i" by drone Feb 6

Par Korben Si vous êtes administrateur réseau, vous avez travaillez peut être sur un parc machine composé essentiellement de Windows. Du coup, lorsque vous devez mettre en place certaines routines, certains process automatisés, la solution la plus simple reste encore le bon vieux fichier batch .

Visual Command Line – Un éditeur pour vos batchs

http://korben.info/editeur-bat-batch.html

DOS Command: SUBST

http://www.easydos.com/subst.html The description below is from the book DOS the Easy Way by Everett Murdock Ph.D. CLICK HERE for information about downloading the book. Type: External (3.1 and later)