79565547

Date: 2025-04-10 00:53:35
Score: 3.5
Natty:
Report link

My solution to this on .BAT files is:

@echo off
set "sourcefolder=%~dp0"

echo Source folder from this script is: %sourcefolder%

timeout 30

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @echo
  • Low reputation (1):
Posted by: davidmarquesneves