Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Unable to delete a single file or folder


  • Please log in to reply

#1
jbljohn

jbljohn

    Member

  • Member
  • PipPipPip
  • 326 posts
Operating system XP service pack 3. I have an external hard drive that I have my music stored on that has a file in a folder that I am unable to delete. The file has a name with several squares in it an Omega sign and a capital H. I can not change the file or folder name. When trying to delete I get the message "File name Directory name volume label syntax incorrect" and Cannot read.

How can I delete this file and folder?
  • 0

Advertisements


#2
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,975 posts
Hi,

Try do delete the file using the Command Prompt.
- click Start->Run->cmd
- change to the drive corresponding to the external drive and to the folder with the file you want to delete
cd /d "e:\name of the folder"
- use the comand dir to list the files names using short names
dir /A /X
the short file name will have something like ~1 at the end

- then use the del command to delete the file using the name you find using the dir command
del /A /F filena~1

Please post the result.

Edited by rpaz, 02 August 2012 - 07:16 AM.

  • 0

#3
jbljohn

jbljohn

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 326 posts
I'm having difficulty executing your instructions. The folder and file I am trying to delete are on my L (external drive) in a folder named I Tunes Music : Compilations : A Perfect World. After opening Start>Run>cmd and adding L:itunesmusic/compilations/aperfectworld nothing opens. Help :surrender:
  • 0

#4
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,975 posts
Hi,

Are you sure the folder name includes ":"??
  • 0

#5
jbljohn

jbljohn

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 326 posts
My mistake (sorry) File name is L:\iTunes Music\Compilations\A Perfect World\(then two squares, a Capital "H", two Omega signs, two squares, what appears to be a greek "B", a period (.), a square, and an Omega sign.
  • 0

#6
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,975 posts
Ok, in that case after opening the command prompt the command you need to write to got to the right folder is:

cd /D "L:\iTunes Music\Compilations\A Perfect World\"

Then use the dir command like i wrote above.

Edited by rpaz, 02 August 2012 - 11:39 AM.

  • 0

#7
jbljohn

jbljohn

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 326 posts
After executing "dir/A/X" I am getting a message that says "The parameter is incorrect' and I do not see any short file name.
  • 0

#8
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,975 posts

After executing "dir/A/X" I am getting a message that says "The parameter is incorrect' and I do not see any short file name.


What happen to the spaces between the arguments!!
  • 0

#9
jbljohn

jbljohn

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 326 posts
What is an argument?
  • 0

#10
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,975 posts

What is an argument?


dir is the command and the arguments are the characters you write after the command.
You have to put spaces between the command and every argument, please copy & paste the line below

dir /A /X

Edited by rpaz, 02 August 2012 - 12:27 PM.

  • 0

Advertisements


#11
jbljohn

jbljohn

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 326 posts
After Perfect World> I have entered "dir /A /X", "dir/A /X" and " dir/A /X" in all cases I get the same message "The parameter is incorrect"
  • 0

#12
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,975 posts
Ok, if you write only dir and press enter you got the same error?

Also did you have more files inside the "Perfect World" folder?

Edited by rpaz, 02 August 2012 - 12:53 PM.

  • 0

#13
jbljohn

jbljohn

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 326 posts
dir does result in same error message.

The A Perfect World folder has only one folder in it that is the squares and Omega signs previously described. That folder has about files in it some with a single alpha character beside them and some with a square beside them.
  • 0

#14
SleepyDude

SleepyDude

    Trusted Helper

  • Malware Removal
  • 4,975 posts
On the problematic folder try this command to see if it can list the files.
for %f in (*.*) do @echo %~sf

  • 0

#15
jbljohn

jbljohn

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 326 posts
I'm not following what you want me to do.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP