Minggu, 15 Maret 2020

Move command problems

Hello welcome Windows Administrator.

In this tutorial we will learn about move command and some of its command problems.

The problems are:
1. The process cannot access the file because it is being used by another process.
2. The system cannot find the file specified.
3. The filename, directory name, or volume label syntax is incorrect.
4. The system cannot find the path specified.
5. The system cannot find the drive specified.
6. Access is denied.
The process cannot access the file because it is being used by another process.

All of them happens because of wrong command argument.

So, here is the explanation:
1. The process cannot access the file because it is being used by another process is means that
Means that the file or folder that you want to move is  being used by another process and the value of %ERRORLEVEL% is 1.

You can solve this by using the resource monitor, click the CPU tab, and on the Associated Handles textbox type the folder or file that won't moved.


2. The system cannot find the file specified.
This is happens when you define the path is correct, but the filename is not correct.


3. The filename, directory name, or volume label syntax is incorrect.
This is happens when you define more than one drive in your first or both move command argument.

4. The system cannot find the path specified.

This means that you are using correct drive, but the path you have just entered as the move command's argument is not correct. a.k.a there is no path like that a.k.a the path like that is not existed. This is happen even if you mention the correct filename.

For instance:


Sometimes, can also be caused by "broken path" which is the path contain space. For example:
For example:
cd C:\Users\Totardo\Documents\Synfig Users\Totardo


5. The system cannot find the drive specified.
This error happen when you put drive letter that is not existed in your computer as the argument to the move command.

For example:
1. move a:
or
2. move a: b:

Tidak ada komentar:

Posting Komentar