Re: Problem with long names

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Austin M. Horst (anonymous_at_discussions.microsoft.com)
Date: 04/19/04


Date: Mon, 19 Apr 2004 04:36:02 -0700

Use the short version
"D:\Progra~1\putty\putty.exe"
or surround it in single quotes (within the double quotes of the Run method).
"'D:\Program Files\putty\putty.exe'"

Austin M. Horst



Relevant Pages

  • Re: Optimization in coding style
    ... > My preference is to use single quotes unless you are certain that the ... and if you can use single quotes to surround "nickname": ... I really like to write readable code. ...
    (comp.lang.php)
  • Re: Hyperlink function fails when using variable row number
    ... It mitght be noted that if you just have one word for the sheet name and ... surround it by single quotes like you would if you had two or more words ... that the single quotes will disappear automatically. ...
    (microsoft.public.excel.worksheet.functions)
  • Re: return table and count with sp_msforeachtable
    ... And to include it in the result set, surround the parameter with double ... single quotes. ... Bern ... >> I ran the following query and I got a count for every single table in my ...
    (microsoft.public.sqlserver.programming)
  • Re: DLookUp Syntax
    ... If GroupAction is Text datatype, then you need to surround the F with ... quotes "F" or in this case single quotes 'F'. ...
    (microsoft.public.access.formscoding)