• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NT login scripts

narzy

Elite Member
got a question for you, I want to create a login script for student users that on the windows 98 machines will replace C:\windows\internet explorer wallpaper.bmp and C:\windows\application data\microsoft\internet explorer\internet explorer wallpaper.bmp with my read only version. how exactly would I write this .bat file to do it without questioning weather to replace?
 
My guess would be to just delete the original, and then copy the new (read-only) file over. Might it not, however, be easier to use attrib and just make the copy already on the drive read only? (attrib 'filename' +r) should do the trick.

az

Edited for grammar.
 
Back
Top