Wednesday, 10 August 2022

Deleted files by mistake using command (del /f/q/s *.*) and want to revert them?

 Hi there,

It's just a small write-up of a problem & its solution faced by me today!

It was a usual day and I was coding (in fact optimizing) my Jmeter scripts for the customer.

I happened to delete the files including code while executing the del /f/q/s *.* command on win10.

And then?

As usual, was worried until I recover them :)

But Mr. Google came to the rescue, when searched I found a tool called Recuva.

Using this I could recover my files quickly (In fact within 15 min)

Thought of sharing this info......


Link to download Recuva - https://www.ccleaner.com/recuva/download


Spread the words if you like my post.

Thanks In Advance,

-Hemangi

Jmeter - Get/print/display the Thread index nad loop index / ip address of current machine while executing script

Hi, If we need to print  Current thread count/index while execution in result -  thread No: (${__threadNum})  and if current loop count/ind...