Kbase P8264: Bad file or command when using Procedure Editor OS-Command.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/12/2008 |
|
Status: Verified
SYMPTOM(s):
Bad file or command when using Procedure Editor OS-Command.
assign X = "c:\program files\windows\some application.exe"
FACT(s) (Environment):
Windows 98
Progress 9.x
OpenEdge 10.x
CAUSE:
Incorrect format is being used to assign a value.
FIX:
Format to use for the value assign is :
assign X = '"c:\program files\windows\some application.exe"'