Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

I need help with deleting files from computer (by location)

Rikimaru_XRikimaru_X Member UncommonPosts: 11,718

I need help. Does anyone know how to delete a file just by using the address/location? For example:

C:WINDOWSSkyOfNightDragonwtf_2.dll

I want to delete without actually looking in the folder or at the file, but giving the location of the file I want to be deleted. Can anyone help me out?

By the way, I would be greatfull if you can find or know a way to do it for command prompt, windows explorer, and/or Run. image

Help me out guys! Thank's image   I really need to know how to do it like this for manual deleting for Norton AntiVirus 2003.

My dad has version 2005 and don't need to do any of this. image

-In memory of Laura "Taera" Genender. Passed away on Aug/13/08-
|
RISING DRAGOON ~AION US ONLINE LEGION for Elyos

Comments

  • DekronDekron Member UncommonPosts: 7,359
    start your computer at the command prompt instead of booting to windows, then go to the directory the file is in (if you don't know dos commands "cd" (minus "") is the command to change directories. Example cd directory).  when you get to the directory, you then just type delete filename.  Or you can just do delete path/filename
  • PhaedruszPhaedrusz Member Posts: 3

    Hi Riki:

    As far as your question about the "Run" command--- It Depends... (I hate it when people say that). You seem to be looking for something similar to the RM command in LINUX

    If you're running 9x, you can use the DELETE [path]filename command
    In early NT, the command is DEL for a file, DELTREE for folder/subfolder contents

    Now, depending (there goes that word again) on what service pack you're running on each of these, you may have to enable the proper indexing and/or copy the .bat command to the Windows dir to make this work. RUN commands are almost never consistent in Windows, with only a few exceptions. ::::10::

    Now, in XP and some later NT/2K versions, you also have to map the command from the Resource Kit or the Windows Toolkit (NT uses POSIX commands).

    In a nutshell, it's more trouble than it's worth. I usually open the folder (leaving out the filename) in the IE address bar and delete it manually from there. But if you have 9x or NT4, try the commands above first. If they don't work, it's better to let it go and use the explorer or c>

    RE: MS Q120716

Sign In or Register to comment.