Hacker News new | ask | show | jobs
by justsomehnguy 1063 days ago
pfft

   rmdir . /s /q
only to notice what I am in the wrong folder, way up in the hierarchy.

And repeat the same error years later when the batch file failed to cd to the destination folder. Added

   if %CD% == %DESTDIR% 
to avoid that problem.
1 comments

lol thanks.