dos batch files info
Results 1 to 3 of 3

Thread: dos batch files info

  1. #1
    Join Date
    Nov 1999
    Location
    melb.vic.australia
    Posts
    37

    dos batch files info

    if any one could help me with information on editing and creating batch file. I need to learn some commands for changing directory and subdirectory when a batch file is executed, also some info on dos editor.
    Thanks for your help

  2. #2
    Join Date
    Sep 1999
    Location
    Clearwater, Fl.
    Posts
    22,609
    Click on the search button at the top of this page. Search out "batch file" in the DOS forum. You'll find dozens of helpful threads.
    If you're happy and you know it......it's your meds.

  3. #3
    Join Date
    Feb 2000
    Location
    26.03°N 80.14°W
    Posts
    9,410
    The command to change to a different directory from the DOS prompt or from within a BATch file is exactly the same. For example, the command:
     
       cd\
     
    moves you to the root directory on the current drive.
     
       cd\windows
     
    moves you into the windows directory.
     
       cd\type\in\the\complete\path\to\whatever\subdirectory\you\want\here
     
    Note that you can use chdir instead of cd if you like.
     
    Click here for MS-DOS v6.22 cd instructions.
     
    Click here for MS-DOS v6.22 EDIT instructions.
    Vernon Frazee, Microsoft MVP (Windows - Shell/User)

    Defenses Up!
    Tip: When prompted for a password, give an incorrect one first. A phishing site will accept it; a legitimate one won't.


    Inside Spyware: A Guide to Finding, Removing and Preventing Online Pests


    If you don't keep up with security fixes, your computer|network won't be yours for long.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •