Ok i have made some headway with this. First the batch file. Pointing to the exe seems to be the only way to get it to run properly. I have modified the lines on the batch file so it closes even though im pointing to the exe not the link, add START "" in front of the lines like this:
:CONSOLE
EXIT
:STATION2
START "" "c:\Program Files\iTALC\ica.exe" -ivsport 5901 -isdport 5801 &
EXIT
:STATION3
START "" "c:\Program Files\iTALC\ica.exe" -ivsport 5902 -isdport 5802 &
EXIT
That seems to do it for me.
Not to add confusion to the rest of the issues but i should point a couple things out. Im running the x300 in a Netware env, so each student has their own login and on the x300 for windows i use student 1, student 2 etc (so that office, firefox etc still work). I found once i got this running that the last student to login would have all the sessions named after him. By using dynamic local users from zenworks a new account is created based on the edir name and deleted upon logout. This seems to work best in my environment and all the session then seem to have there own name (at least more often there still seems to be some minor glitches but im alot further along now then i was).
If i find anything else out i will post it here.
mark
|