RE: Spaces in cfexecute on Windows machine

2005-11-09 Thread Adrian Showater
Thanks for the help. The escaped double-quotes did the trick. Adrian Showalter Software Developer Holmes BizNet www.HolmesBizNet.com 330.893.3901 ext 102 ~| Logware (www.lo

RE: Spaces in cfexecute on Windows machine

2005-11-07 Thread Seth Bienek
Hey Adrian, Someone else may have a better approach, but this should work too. Open a command prompt, navigate to the folder in question, and do 'dir /x'. This will output the 8-dot-3 name in the 5th column, and the long name in the 6th column. For example, "Program Files" is USUALLY "PROGRA~1"

Re: Spaces in cfexecute on Windows machine

2005-11-07 Thread Howie Hamlin
try: name="""C:\program files\directory\file.ext""" This would put put double quotes around the file name. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus sc

RE: Spaces in cfexecute on Windows machine

2005-11-07 Thread Raster, Tim
Perhaps you need to go to a DOS prompt (yes, old skool), and do a: Dir /x which shows you the 8.3 format directory names? (should only apply to old OS or old FAT formatting, etc., though) -Original Message- From: Adrian Showater [mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 200

RE: Spaces in cfexecute on Windows machine

2005-11-07 Thread Matthew Small
Put quotes around your filename. Escape them. Chr(34) - Matt Small -Original Message- From: Adrian Showater [mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 2005 4:39 PM To: CF-Talk Subject: Spaces in cfexecute on Windows machine I am having a problem using cfexecute on a windows.