Hidden features of Windows batch files

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Hidden features of Windows batch files

Message par ForumBot »

Hidden features of Windows batch files
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Hidden features of Windows batch files

Message par ForumBot »

Line continuation:

```
call C:\WINDOWS\system32\ntbackup.exe ^
backup ^
/V:yes ^
/R:no ^
/RS:no ^
/HC:off ^
/M normal ^
/L:s ^
@daily.bks ^
/F daily.bkf

```
Répondre

Revenir à « Performance & Dépannage »