Skip to content

Instantly share code, notes, and snippets.

@zed
Created January 27, 2009 16:28
Show Gist options
  • Save zed/53402 to your computer and use it in GitHub Desktop.
Save zed/53402 to your computer and use it in GitHub Desktop.

Revisions

  1. zed created this gist Jan 27, 2009.
    17 changes: 17 additions & 0 deletions batchparams.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    @echo off
    :: http://weblogs.asp.net/jgalloway/archive/2006/11/20/top-10-dos-batch-tips-yes-dos-batch.aspx
    echo %%~1 = %~1
    echo %%~f1 = %~f1
    echo %%~d1 = %~d1
    echo %%~p1 = %~p1
    echo %%~n1 = %~n1
    echo %%~x1 = %~x1
    echo %%~s1 = %~s1
    echo %%~a1 = %~a1
    echo %%~t1 = %~t1
    echo %%~z1 = %~z1
    echo %%~$PATHATH:1 = %~$PATHATH:1
    echo %%~dp1 = %~dp1
    echo %%~nx1 = %~nx1
    echo %%~dp$PATH:1 = %~dp$PATH:1
    echo %%~ftza1 = %~ftza1