Opened 16 years ago
Closed 16 years ago
#754 closed Bug (No Bug)
RUN COMMAND
Reported by: | LOULOU25 | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | RUN | Cc: |
Description
With the new version runcommand dosen't admit a path for launching the executable
ex i want to launch an aexecutable which name is ctp.exe and resides on c:program files\filbanque\pro
If i launch it with these synthax
Run("c:\program files\filbanque\pro\ctp.exe") nothing happen
but if my script is in the same directory than the program i can lauch it without any problem
RUN("ctp.exe")
I have the same problem with the dll
version 3.3.0 of autoit
and Xindows XP Professionnal SP3 French version
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by TicketCleanup
- Milestone 3.3.1.0 deleted
- Severity changed from Blocking to None
comment:2 Changed 16 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
Err, if the Run() command were that fundamentally broken don't you think we'd have caught it by now?
The Run() function certainly works correctly for me. I'm closing this as no bug. If you are experiencing a problem you need to work out the specific details of the bug on the forum and then create a ticket describing how to reproduce the problem.
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.
Automatic ticket cleanup.