Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
How can I delete all file that by this name: HELP_DECRYPT.url
On internet there is a way but it doesn't work. That solution is this: in cmd del /s HELP_DECRYPT.url
I find the solution: in cmd
del /s \aaaaa.*
aaaa is the name
* for any extension
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
How can I copy a file with Arabic characters in the name via the command prompt?
I tried this:
copy C:\توزيع العمل.doc D:\توزيع العمل.doc
It didn't work. What I can do to solve this problem? Thank you.
Wrap file path to quotes. Like this "C:\توزيع العمل.doc".
So final command will look like.
copy "C:\توزيع العمل.doc" "D:\توزيع العمل.doc"
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am able to copy files and all its subdirectories using this command line in cmd
xcopy /s c:\users\desktop f:\desktopFiles
However, I don't want to copy media files like mp3 or mp4. Is there a command line for that. Thanks!
Create file with the extensions you don't want to copy, i.e.:
excludedExtensions.txt
.mp4\
.mp3\
Then you can use:
xcopy /s /exclude:excludedExtensions.txt c:\users\desktop f:\desktopFiles
You can read more about xcopy exclude here
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I do not have enough space on my disk, I would like to know if I can delete the Temp files of the Windows directory>Temp>tmp0000*
Yes, anything in that temp directory is safe to delete.
All they are created for is to temporarily contain information and is not required to have on your hard-drive constantly.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
When restart Windows, some tray icons were missing.
Is there a command to redraw trayIcon or prevent they missing ?
Try these DOS command:
%windir%\system32\taskkill.exe /IM explorer.exe /F
start %windir%\explorer.exe
Or make a batch file.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
So I have a file named "Satoshi Urushihara" on my desktop. When I tried to delete it it says:
"This is no longer located in C:\Users\yonechan\Desktop. Verify the items location and try again"
I've tried deleting by clicking it and through CMD. nether seems to work. Any thoughts?
RD/s C:\Users\yonechan\Desktop