AI Weekly Malaysia

Summaries

Short AI and tech summaries with source links, signal scores, and why each update matters for builders, founders, and Malaysian tech workers.

Reset

Showing 1-1 of 1 results

DateProviderScoreSummary
24 Aug 2026, 2:31 PMThe Register3.5 Batch file automated a clean-up job, then fouled itself by deleting the wrong directory

A reader's batch script for weekly Exchange Information Store defrag used `DEL *.*` without specifying a directory, and because it ran from System32, it wiped most of that folder and lobotomized a Windows NT 4 server hosting ~600 mailboxes. The server needed a full rebuild and restore over the weekend.

Why: A concrete reminder that automation scripts inherit their working directory and unqualified wildcard deletes are catastrophic; always pin absolute paths and test destructive commands in a sandbox before scheduling them unattended.

Top