john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

BAT function parameter

@echo off

call :TEST 4

GOTO:EOF



REM - - - - - -

:TEST %~1

  echo hi
  echo %1

GOTO:EOF

  • « Security log failed attempts
  • Linux upgrade to new distro 10 04 lts to 11 04 »

Published

Aug 31, 2011

Category

bat-vbs-perl

~14 words

Tags

  • bat 22
  • bat-vbs-perl 51
  • function 14
  • parameter 6