Add the set copycmd=/y command in the C:\Autoexec.bat file. From now on, every time you execute the copy, move, or xcopy commands, the file with a same name will be overwritten without any warning. To go back to the default condition, you can type set copycmd=/-y command.
Add the set dircmd=/w /-e command in the C:\Autoexec.bat file. From now on, every time you execute the Dir command, the file name list will be sorted from Z to A, and appeared in the wide style. If you want, you can change /w and /-e parameters with other dir parameters. Type dir/? to read a full listing of the Dir command.
No comments:
Post a Comment