Administrators chain Posted October 3, 2021 Administrators Report Share Posted October 3, 2021 alias looper { :start inc %raw 1 if (%raw >= 100) { goto end | return } else { echo -a CHAR: %raw - $chr(%raw) goto start } :end unset %raw } Quote Link to comment Share on other sites More sharing options...