Hi All, You have to open notepad Write command in it start /d “Path of File” FileName.exe Now save the file as .bat extension. If you double click on the file , your batch script will run and your desired program...
Linux Command to Delete a file rm {file-name} rm -f -r {file-name} Where, -f: Forcefully remove file -r: Remove the contents of directories recursively Remove or Delete a File Example To remove a file called xyz.txt type the following command: rm...
Hi ,How to Delete hiberfil.sys file from C Drive Today I am going to install mysql in my windows 7 operating system with .msi installer.But Failed again and again. I haven’t found any serious error in this. I am suspecting that...