Skip to content

Instantly share code, notes, and snippets.

@adabo
Last active March 30, 2017 17:50
Show Gist options
  • Save adabo/0d1f1cf92ae1eb881ed09043e2126dd4 to your computer and use it in GitHub Desktop.
Save adabo/0d1f1cf92ae1eb881ed09043e2126dd4 to your computer and use it in GitHub Desktop.
Replace column of 1s with column 22-40
ECHO FilePath %1
ECHO FileDir %2
ECHO FileName %3
ECHO FileExt %4
ECHO FileNameExt %5
ECHO Language %6
ECHO SessionPath %7
ECHO CurrentSelection %8
ECHO CurrentWord %9
ECHO Replacements %10
ECHO SelectionStartColumn %11
ECHO SelectionStartLine %12
ECHO SelectionEndColumn %13
ECHO SelectionEndLine %14
ECHO CurrentMessage %15
ECHO SciteDefaultHome %16
ECHO SciteUserHome %17
ECHO SciteDirectoryHome %18
ECHO APIPath %19
ECHO AbbrevPath %20
ECHO ScaleFactor %21
%1
%2
%3
%4
%5
%6
%7
%8
%9
%10
%11
%12
%13
%14
%15
%16
%17
%18
%19
%20
%21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment