how can i execute a shell command from a string
what im trying todo is this

shell("cd", StringName)

the string comes from a user entered textbox

StringName = Textbox.text

how can i get this to work?