I am trying to creat a login script but I’m having probelms, when I test the test.bat file it runs in a loop ?
test.bat has the following:
echo Hello %USERNAME% <- ok
net use h: /del <- problem
net use h: \\home\%USERNAME%$ <- problem