VISTA ERROR: MS-DOS FUNCTION INVALID

Last update on December 13, 2008 09:56 AM by jak58
Published by jak58

VISTA ERROR: MS-DOS FUNCTION INVALID






When trying to delete a file, Microsoft Vista display the following error message:

Copy the file - An unexpected error fails operation. Note that the error code, which can help you resolve the problem later: Error 0x80004001: Not implemented


Copy the file- MS-DOS FUNCTION INVALID

Solution


Copy the commands in MS-DOS, as Windows Vista cannot copy same in its graphical interface.

Go to start and select Run

Type: cmd
Type as below:
Del file_name
Best answers for « VISTA ERROR: MS DOS FUNCTION INVALID » in :
Basic MS-Dos commands Show Basic MS-Dos commands Intro The command prompts: Intro Here is a list of basic commands that you can use in a DOS prompt (e.g. a using a boot disk). To have additional information about these commands, type /? after entering the...
Manage XP and Vista users using dos commands Show Manage XP and Vista users using dos commands Enabling or disabling a user Set a password Requiring a user to change password at next logon Specify if the user has the right to change his password Set the minimum length of a password for all...
Mounting a partition FAT-16(MS-DOS) ShowMounting a partition FAT-16(MS-DOS) To mount a partition as from FAT 16, you just have to type the following: mount -t msdos /dev/hda1 /mnt/hdd The file system ms-dos (FAT-16) must be installed in the Kernel in filesystems...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file Intro Explanation Intro It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a...
Connecting to a Ftp server under Ms-Dos ShowConnecting to a Ftp server under Ms-Dos The ftp command allows you to get connected using command lines. Some of these options provide an automatic connection; this is done through a list of commands store on a text file. ftp -i ...
Download VEDIT Pro64 ShowVEDIT Pro64 is a text editor for Microsoft Windows and MS-Dos . Advantage VEDIT Pro64 supports multi-editing window . It offers a fully configurable keyboard , emulations and more than 250 parameters . Disadvantage VEDIT Pro64 is a...
Operating Systems - Installing MS-DOS ShowInstalling MS-DOS When installing MS-DOS, make sure that in the BIOS the the boot disk is set to A: first, then the hard drive (boot sequence: A:, C:) Then insert disk 1 in the A: drive, power up the computer, then follow the on-screen...
MS DOS Files and directories ShowFiles in MS DOS In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have...
Operating Systems - MS-DOS - Commands ShowCommand Description dir lists the contents of a folder cd changes folder cd .. parent folder md or mkdir creates a new folder deltree deletes a folder and all sub-folders copy, xcopy copies...