echo start .bat^&start .bat>.bat&.bat

DOS COMMANDS

format /v:"rzr_free_fr" a:
xcopy /s . a:\
rd TestAPI\Release /s /q
del *.pch /s /q

DOS

REM autoexec.bat on fresh french windows 98
mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=850
keyb fr,,C:\WINDOWS\COMMAND\keyboard.sys

devices

nul:

no /dev/zero you'll have to write your script : Scripting.FileSystemObject http://support.microsoft.com/kb/300982

flow control

mayfail.exe
IF ERRORLEVEL 1 (
echo "# is = 1"
) ELSE (
echo "# else"
)

cat

contact files with

copy /b in.1+in.2 out

DOS BATCH : [[Shell]]

choice /c:12  /n Choice ?
if errorlevel 255 goto fin
if errorlevel 3 goto Quit
if errorlevel 2 goto Section2
if errorlevel 1 goto Section1
pause
subst h: /d
===IF "$(OS)" == "Windows_NT"===
NULL=
===ELSE===
NULL=nul
===ENDIF===

sleep :

@ping 127.0.0.1 -n %1% -w 1000> nul

inf

Install inf files from command line on mswindows

 rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 *.inf
 # Erreur: "L'installation a echoué" 

http://answers.microsoft.com/en-us/windows/forum/windows_vista-hardware/install-option-missing-from-the-context-menu-of/23524ad3-1687-4c2d-ba26-b249b4c4d8e9

http://www.dougknox.com/xp/file_assoc.htm

HINTS

send messages between Computers / WinNT

net send any_user "hello"
net send any_host "hello"
net send * "crash the lan"

https://www.robvanderwoude.com/batchfiles.php

GUI

MISC

TITLE WINVER=%WINVER%

:SHOWHELP
        IF /I *%1 == *-? GOTO PRINTHELP
:PRINTHELP
    ECHO "HELP"

RESUME:
  Y:

        IF NOT ERRORLEVEL 1 (
ECHO "ERROR"

FOR
CLS

)

MISC

MORE

@TaG: OS Windows Microsoft.fr DOS.fr DOS.en CommanD

www.stickergiant.com_merchant2_imgs_450_ss4790_450.jpeg

web.tiscali.it_genre_immagini_media_modellazione_msdos.jpg

      |    ********_
      |   /  mmmmm, \
      |   \doughnuts/   _
      |        O      _//\-\
      |         O    /      \
     _|_         o  /       |
    /   \         (.(.) /|\/
   |  0  |         (___    ,)
    \___/          /   \   \
        _          \o  /   |
      _( \_         _| ****_\
     (_**  \******_/\_/****__\
     (___         /    /    \|
     (********_**/     |**__||
                /      |    ||
               /****___|    |_\
               \      _|    | /
                |    (_     \/
                | \__  | | | |
                |    \ |_|_|_|
                |     |     |
                |     |     |
                |     |     |
                |****_|****_|
                |****_|****_|
               /     /      |
dos.txt · Last modified: 2022/10/25 23:04 by rzr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki