Functions In DOS!
Published: June 17, 2008
...Do Stuff Here...
call :MakeShortCut
... Do Stuff Here
Goto End
:MakeShortCut
echo [InternetShortcut]>> "%CreateLinkAt%%NAME%.url"
echo URL=%URL%>> "%CreateLinkAt%%NAME%.url"
GOTO :EOF
:End
Published: June 17, 2008
...Do Stuff Here...
call :MakeShortCut
... Do Stuff Here
Goto End
:MakeShortCut
echo [InternetShortcut]>> "%CreateLinkAt%%NAME%.url"
echo URL=%URL%>> "%CreateLinkAt%%NAME%.url"
GOTO :EOF
:End