Sie sind auf Seite 1von 1

Help commands

c:\echo /?
C:\help
write a new file
C:\> echo 123Sree > test1.txt
Append a file
C:\> echo 987Nanj >> test1.txt
Date and time
C:\>Date /t
C:\>time /t
Find string in a file
C:\>findstr "2" test1.txt

Das könnte Ihnen auch gefallen