Home » Questions » Computers [ Ask a new question ]

let me know alternate command in DOS for following unix command

let me know alternate command in DOS for following unix command

please let me know the use of

Asked by: Guest | Views: 223
Total answers/comments: 2
Guest [Entry]

"To substitute cut type in DOS command ""help for""

look at syntax:

FOR /F ""eol=; tokens=2,3* delims=, "" %i in (myfile.txt) do @echo %i %j %k

instead (myfile.txt) specify *AccessOne_DF_BIFs.txt

to make it recursive use loop"
Guest [Entry]

I don't know about these particular commands but this is my reference for commands : http://ss64.com/