home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6517 < prev    next >
Encoding:
Text File  |  1996-08-05  |  898 b   |  25 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news2.interlog.com!rose!awhite
  3. From: awhite@user.rose.com (A White)
  4. Subject: Re: Help with syntax
  5. Sender: news@rose.com (news)
  6. Organization: Rose Media Incorpoarted, Ontario, Canada
  7. Message-ID: <Dozs54.57z@rose.com>
  8. References: <4ja3nj$mng@sneezy.icinet.net>
  9. Date: Thu, 28 Mar 1996 19:15:03 GMT
  10.  
  11. In article <4ja3nj$mng@sneezy.icinet.net>,
  12. Frank E. Noell <cisi@ocsnet.net> wrote:
  13. >disk.  The file is not big.  The problem is that it is named: 
  14. >
  15. >"ADDRESS FILE.FLR" (without the quotes).
  16. >
  17. >COPY and RENAME apparently look at the space between ADDRESS and FILE as 
  18. >a delimiter, and I get a syntax-type of error message.  I have tried 
  19. >using double-quotes at various places, but to no avail.  How can I either 
  20. >COPY or RENAME this file.
  21.  
  22. If , as you say, the use of quotes around the file name doesn't work,
  23. try using wildcard ? as in ADDRESS?FILE.FLR
  24.  
  25.