Search found 2 matches
- 29 Jun 2010 00:56
- Forum: DOS Batch Forum
- Topic: Need some help with explanation
- Replies: 5
- Views: 7582
Re: Need some help with explanation
Hello, and thanks for answering This is the full thing I've made, which works in a decent matter, but I cannot see the logic with it all. @echo off REM for /F "eol=; tokens=1,2,3,4,5,* delims=;" %%i in (Bjskole.txt) do echo "Kull-> %%i Etternavn -> %%j Fornavn -> %%k Brukernavn-> %%l ...
- 28 Jun 2010 05:50
- Forum: DOS Batch Forum
- Topic: Need some help with explanation
- Replies: 5
- Views: 7582
Need some help with explanation
Hello. I'm a new user, and need some simple assistance with some .BAT explanation. I am suppose to do a script for work, where I will add users/students with the following command (Norwegian) 10;Førrisdahl;Nathaniel;bjørkelangen skole And in English class(10);firstname;lastname;school/location Howev...