Opened 17 years ago
Closed 17 years ago
#1139 closed Bug (Fixed)
Run filename plus path
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | 3.3.1.2 | Component: | Documentation |
| Version: | Other | Severity: | None |
| Keywords: | run help | Cc: |
Description
The help pages for Run, RunWait, RunAs and RunAsWait functions could more accurately describe the filename parameter. As it is written, "The name of the executable (EXE, BAT, COM, PIF) to run.", many users are believing that the parameter should only contain the name of the executable without the path.
I suggest to change the description of the parameter to indicate that the path should be included. Perhaps "The name of the executable (EXE, BAT, COM, PIF) to run, including the path.".
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
| Version: | → Other |
|---|
comment:2 by , 17 years ago
Since notepad.exe is on the system path, it is always going to work.
Adding the following examples may help understanding
Run("Notepad.exe", "c:\windows", @SW_MAXIMIZE)
Run("c:\windows\notepad.exe", "" , @SW_MAXIMIZE)
comment:3 by , 17 years ago
| Milestone: | → 3.3.1.2 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
This is already done in 3.3.1.2. I changed the examples slightly as well.

Automatic ticket cleanup.