also @ TechSpot: Rumor: AMD "Piledriver" FX CPU production to begin Q3 2012

TechSpot

help me create a batch file in XP

Discussion in 'General Discussion' started by clandy, Jul 6, 2004.

  1. clandy Newcomer, in training

    Hi
    Creating batch files that execute when computer
    booted was easy in dos...but now I need the same
    functionality in XP.

    I went to cmd.exe and created a
    text transfer that worked fine..
    however, how do I let the computer
    do my bidding at startup?

    Lets say: delete a line( if present) in
    my temporary Internet files everytime I boot up.
    Is that possible?

    How and where do I create it?

    Thanks !
    respond to:-
    cyelandy@hotmail.com
  2. Nodsu Newcomer, in training

    You create a .bat or a .cmd file and add a shortcut to it in your Start->Prorams->StartUp folder. Or add a corresponding entry in registry (a new string under HKLM\software\microsoft\windows\currentversion\run).
  3. LNCPapa TS Special Forces

    Nod hit it on the money clandy. What I typically do is create a Scripts folder, drop all my .bat and .vbs scripts there, and link from there. Things I need in startup are linked from either startup or the registry where Nodsu said, and things that I need timed otherwise are linked from Control Panels>Scheduled Tasks.