if "%1"==".xxgif" goto ggif
if "%1"==".xxgifn" goto ggifn
if "%1"==".xxgifx" goto ggifx
if "%1"==".xxgifnx" goto ggifnx
if "%1"==".ggvar" goto gghset
if "%1"==".ggvarip" goto gghvnew
:ggifn
if not "%2"=="%3" c:\users\tom\google %4 %5 %6 %7 %8 %9
goto ggend
:ggifnx
if not exist %2 c:\users\tom\google %3 %4 %5 %6 %7 %8 %9
goto ggend
:gghset
set %2=
:gghvnew
if not "%3"=="" set %2=%3
if not "%4"=="" set %2=%3 %4
if not "%5"=="" set %2=%3 %4 %5
if not "%6"=="" set %2=%3 %4 %5 %6
if not "%7"=="" set %2=%3 %4 %5 %6 %7
if not "%8"=="" set %2=%3 %4 %5 %6 %7 %8
if not "%9"=="" set %2=%3 %4 %5 %6 %7 %8 %9
goto ggend