so right i have
then i want the input from that to be added to the red bit below
WshShell.Run "C:HERE"
so say they entered ProgramFiles it would be
"WshShell.Run "C:\Program Files\"
so how do i make that get there i was thinking something like
"WshShell.Run "C:\%ts%"
basicly what do i wrap round ts ?
Code:
ts = InputBox("enter your foldername")
then i want the input from that to be added to the red bit below
WshShell.Run "C:HERE"
so say they entered ProgramFiles it would be
"WshShell.Run "C:\Program Files\"
so how do i make that get there i was thinking something like
"WshShell.Run "C:\%ts%"
basicly what do i wrap round ts ?