Dit script werkt niet bij XP
net use X: \\Fileserver\Apps /persistent:no
if exist %userprofile%\Bureaublad\*.* copy /y X:\Picasa3.lnk %userprofile%\Bureaublad\*.*
if exist %userprofile%\Desktop\*.* copy /y X:\Picasa3.lnk %userprofile%\Desktop\*.*
if exist %userprofile%\Bureaublad\*.* copy /y X:\Skype.lnk %userprofile%\Bureaublad\*.*
if exist %userprofile%\Desktop\*.* copy /y X:\Skype.lnk %userprofile%\Desktop\*.*
if exist %userprofile%\Bureaublad\*.* copy /y X:\Google earth.lnk %userprofile%\Bureaublad\*.*
if exist %userprofile%\Desktop\*.* copy /y X:\Google earth.lnk %userprofile%\Desktop\*.*
if exist %userprofile%\Bureaublad\*.* copy /y X:\Winrar.lnk %userprofile%\Bureaublad\*.*
if exist %userprofile%\Desktop\*.* copy /y X:\Winrar.lnk %userprofile%\Desktop\*.*
net use X: /delete
Hoe werkt hij bij XP?
net use X: \\Fileserver\Apps /persistent:no
if exist %userprofile%\Bureaublad\*.* copy /y X:\Picasa3.lnk %userprofile%\Bureaublad\*.*
if exist %userprofile%\Desktop\*.* copy /y X:\Picasa3.lnk %userprofile%\Desktop\*.*
if exist %userprofile%\Bureaublad\*.* copy /y X:\Skype.lnk %userprofile%\Bureaublad\*.*
if exist %userprofile%\Desktop\*.* copy /y X:\Skype.lnk %userprofile%\Desktop\*.*
if exist %userprofile%\Bureaublad\*.* copy /y X:\Google earth.lnk %userprofile%\Bureaublad\*.*
if exist %userprofile%\Desktop\*.* copy /y X:\Google earth.lnk %userprofile%\Desktop\*.*
if exist %userprofile%\Bureaublad\*.* copy /y X:\Winrar.lnk %userprofile%\Bureaublad\*.*
if exist %userprofile%\Desktop\*.* copy /y X:\Winrar.lnk %userprofile%\Desktop\*.*
net use X: /delete
Hoe werkt hij bij XP?