Modify

Opened 15 years ago

Closed 15 years ago

#1139 closed Bug (Fixed)

Run filename plus path

Reported by: Richard Robertson <icekirby1@…> 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 Changed 15 years ago by TicketCleanup

  • Version set to Other

Automatic ticket cleanup.

comment:2 Changed 15 years ago by bo8ster

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 Changed 15 years ago by Valik

  • Milestone set to 3.3.1.2
  • Resolution set to Fixed
  • Status changed from new to closed

This is already done in 3.3.1.2. I changed the examples slightly as well.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.