Need some help with explanation
Posted: 28 Jun 2010 05:50
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
However, in the end of these commands, you've got these:
class(10);firstname;lastname;school/location %%i %%j
Can anyone here tell me the meaning of the %%i %%j
I somewhat knows how it works, but I don't understand the meaning.
So if someone could explain it with some detail (the whole bit if possible) I would be grateful.
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
However, in the end of these commands, you've got these:
class(10);firstname;lastname;school/location %%i %%j
Can anyone here tell me the meaning of the %%i %%j
I somewhat knows how it works, but I don't understand the meaning.
So if someone could explain it with some detail (the whole bit if possible) I would be grateful.