Sunday, 19 May 2019

copy All file name from a folder or Drive

X:\Uncut

dir > test.txt

dir /b > test.txt

for specific file name

dir /s *.mxf > test.txt


for rename file one name to another name-
=concanate("REN "&A1&".mxf"&B1&".mxf")
 

For Mac-

#cd /Volumes/Promese\ Raid  [ if have space in drive/folder name we have to put another back slash and space]
#ls -R > filename.txt [recursion]
#ls > filename.txt [only folder]
  

sfc /scan now for windows error scan

No comments:

Post a Comment