1. Help - DOS related
I tried to make a Eu program in DOS that would make a file with a long
file name and spaces, but since it has spaces, i can't delete it! The
file was:
gosh what a long file name
and Eu truncated it to(in DOS 7.10):
gosh wha
Now i can't get rid of it because the del command stops and says:
Too many parameters - wha
2. Re: Help - DOS related
>
>I tried to make a Eu program in DOS that would make a file with a long
>file name and spaces, but since it has spaces, i can't delete it! The
>file was:
>gosh what a long file name
>and Eu truncated it to(in DOS 7.10):
>gosh wha
>Now i can't get rid of it because the del command stops and says:
>Too many parameters - wha
Try DEL GOSH*.* - May work.
3. Re: Help - DOS related
Put the filename in quotes.
del "a long file name with spaces.whatever"
Matt Z Nunyabidness wrote:
> I tried to make a Eu program in DOS that would make a file with a long
> file name and spaces, but since it has spaces, i can't delete it! The
> file was:
> gosh what a long file name
> and Eu truncated it to(in DOS 7.10):
> gosh wha
> Now i can't get rid of it because the del command stops and says:
> Too many parameters - wha
4. Re: Help - DOS related
thx
JARS OF CLAY ROCKZ FOR
GOD
_________________
"When it comes to programming languages, Eu™ by RDS®™©(did i forget an
®?) is a cut above" - Matt1278 and Prezsoft
Webbers: <A HREF="mailto:prezsoft at juno.com">prezsoft at juno.com</A>,
president of SoftCo.® Uh, no slogan at the moment™
Go out and get Euphoria™ by Rapid Deployment Software® NOW!!!
___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
or call Juno at (800) 654-JUNO [654-5866]
5. Re: Help - DOS related
thanx! it worked!
JARS OF CLAY ROCKZ FOR
GOD
_________________
"When it comes to programming languages, Eu™ by RDS®™©(did i forget an
®?) is a cut above" - Matt1278 and Prezsoft
Webbers: <A HREF="mailto:prezsoft at juno.com">prezsoft at juno.com</A>,
president of SoftCo.® Uh, no slogan at the moment™
Go out and get Euphoria™ by Rapid Deployment Software® NOW!!!
___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
or call Juno at (800) 654-JUNO [654-5866]