Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7714373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:06:40+00:00 2026-06-01T02:06:40+00:00

I was playing around and executed the following .bat @echo off mkdir %~dp0 pause

  • 0

I was playing around and executed the following .bat

@echo off
mkdir %~dp0
pause

This created two directories at the batch location:

  • “and”
  • “Settings” (inside this: “Usuario”, inisde this “Escritorio”, inisde this “123”)

Note: I executed the batch from a “123” directory

I want some background to understand what just happened

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T02:06:41+00:00Added an answer on June 1, 2026 at 2:06 am

    The mkdir command makes all the directories specified on the command line (separated by spaces). For example,

    mkdir foo bar
    

    will make the directories foo and bar. In your case, the argument is C:\Documents and Settings\Usuario\Escritorio\123, equivalent to:

    mkdir C:\Documents and Settings\Usuario\Escritorio\123
    

    Since mkdir doesn’t know any different, it thinks you want to create the three directories named:

    • C:\Documents
    • and
    • Settings\Usuario\Escritorio\123

    You could try doing:

    mkdir "%~dp0"
    

    and see if the double quotes help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After playing around with haskell a bit I stumbled over this function: Prelude Data.Maclaurin>
Been playing around with this for a couple of hours and can't seem to
Following on from a previous question , I've been playing around with optimizer settings
I've been playing around with the Accordion in the JQuery UI library. I've created
I was playing around with SQL Queries and this one came to my mind
I was playing around the ternary operator in Java when suddenly this question came
I started playing around with Celery and RabbitMQ this morning and defined some basic
Playing around with Python - tkInter - Entry widget - when I use validatecommand
Playing around with MongoDB and NoRM in .NET. Thing that confused me - there
been playing around with ResolveClientUrl(~/Confirmation.aspx) and other methods.. I am tryin go get the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.