New
#41
Diskpart #31
Diskpart #2.txt - Google Drive
Diskpart looks good.
Heading to bed soon.
When available post V2 results.
Echo: Print messages in standard output.
&: chain individual commands
(): They are used to group commands to also decide the order of execution in the pipe (|) and where to send the output for all commands. If you don't use them, only the last command in the pipe is sent.
I'm also not an expert but I made the first batch raytracing a long time ago but I forgot a lot. Google "raycast dos batch"
- - - Updated - - -
For readability you can change it to this which inserts the result in the system clipboard
Code:( Echo Lis Dis Echo sel dis 1 Echo lis par Echo sel par 1 Echo assign letter=U Echo lis par Echo lis vol Echo Exit ) | DiskPart | clip
Write the output into a file on the desktop.
Code:(Echo Lis Dis Echo sel dis 1 Echo lis par Echo sel par 1 Echo assign letter=U Echo lis par Echo lis vol Echo Exit)|DiskPart > %UserProfile%\Desktop\Output.txt
I haven't had MFT corrupt in well over a week now. I think I'll continue to monitor and if it continues we'll pick up the troubleshooting. Thanks.