also @ TechSpot: Blizzard talks Diablo 3 facts, nerfing and buffs for legendary items

TechSpot

Windows XP creating a bat file

Discussion in 'Windows OS' started by timboellis2031, Feb 26, 2004.

Thread Status:
Not open for further replies.
  1. timboellis2031 Newcomer, in training

    I am running windows XP Home OEM and lookign to setup a bat file so that it will copy all of say C:\Documents and Settings\myprofile and send it to another hdd or a network shared drive, how do i do this
  2. Nodsu Newcomer, in training

    Open notepad and type:
    @echo off
    xcopy /E /C /I /F /H /R /O /Y "c:\documents and settings\myprofile" \\my\destination

    Then save the file with a .bat or .cmd extension
  3. Rick TechSpot Staff

    That would work IF Windows allows you access to copy those files. It is very possible this may not work because certain files in your profile settings may be "locked".
Thread Status:
Not open for further replies.