É iniciar um comando interno?
Sim.
Internal commands
The Windows CMD shell CMD.exe contains a number of 'internal' commands, additional 'external' commands are also supplied as separate executable files. External commands are generally stored in the C:\WINDOWS\System32 folder, this folder is part of the system PATH .
This arrangement means that both internal and external commands are always available no matter what your current directory happens to be.
ASSOC, BREAK, CALL ,CD/CHDIR, CLS, COLOR, COPY, DATE, DEL, DIR, DPATH, ECHO, ENDLOCAL, ERASE, EXIT, FOR, FTYPE, GOTO, IF, KEYS, MD/MKDIR, MKLINK (vista and above), MOVE, PATH, PAUSE, POPD, PROMPT, PUSHD, REM, REN/RENAME, RD/RMDIR, SET, SETLOCAL, SHIFT, START, TIME, TITLE, TYPE, VER, VERIFY, VOL
Fonte sintaxe interna
Podemos usar o começo no bash?
Sim. Inicie um shell de comando e execute o comando start.
Exemplo:
cmd.exe /c start "" test.txt
Se isso não funcionar, especifique o caminho completo da seguinte forma:
/mnt/c/Windows/system32/cmd.exe /c start "" test.txt
Leitura Adicional
- Um índice A-Z da linha de comando do Windows CMD - Uma excelente referência para todas as coisas relacionadas à linha do Windows cmd.
- cmd - Inicie um novo shell CMD e (opcionalmente) execute um programa de comando / executável.
- iniciar - Iniciar um programa, comando ou script em lote (abre em uma nova janela).