| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Aug 06, 2002 6:40 am Post subject: problem with the way VDS reads a url... |
|
|
hello all
i'am trying to use this command
SHELL OPEN,https://
the problem is the url is long and it has % in it and number, VDS thinks is a varible, how do i make it so its a url?
thanks |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Tue Aug 06, 2002 6:45 am Post subject: |
|
|
Put quotation marks around it:
SHELL OPEN,"https://www.whatever.com/%20blah.txt" _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Aug 06, 2002 6:46 am Post subject: yea |
|
|
do i feel dumb now
yup that worked
thanks |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Tue Aug 06, 2002 5:46 pm Post subject: |
|
|
Not dumb.
It's obvious you've only recently started using VDS and are not familiar with it yet. Learning any programming language is not a quick job.
I don't think there's one person here who didn't ask questions like this when they started using VDS.
-Garrett |
|
| Back to top |
|
 |
|