Sintaxe para Inputbox
:
InputBox, OutputVar [, Title, Prompt, HIDE, Width, Height, X, Y, Font, Timeout, Default]
Então, o que você quer é adicionar um valor padrão:
::sw::
InputBox, providedString, SVN Switch, Switch the current directory to where?,,,,,,,,<a particular string>
if NOT ErrorLevel
{
Send svn switch %providedString%{Enter}
}
Return