|
|
|
|
|
|
|
|
|
|
![]() |
||||||||
Site Map
Index
Software Ressources
Macro Automation
| Anon Solutions | |||||
|---|---|---|---|---|---|
|
|
|
| Resources Tools | |||||
|---|---|---|---|---|---|
|
| Web Hosting | |||
|---|---|---|---|
|
| Web Site Design | ||||||
|---|---|---|---|---|---|---|
|
| Translation Services | |||
|---|---|---|---|
|
| Affiliates | ||||
|---|---|---|---|---|
|
Index Software Ressources Macro Automation |
| Open Folder Taks Visat Runner Instructions |
|
|
|
How to open folder but not .exe file This is a forum thread support ticket, correct answer is highlighted in green:
The example listed above doesn't include the "C:" (drive). The "C:" is part of {programfiles}, so you should do this: I've tried this: {programfiles}\JSAS\http_root\www and this: C:{programfiles}\JSAS\http_root\www They both dont' work... What should I enter excatly in the field please? The exact text is same as above: {programfiles}\JSAS\http_root\www Did you display it in a Message? What does the Message box say? (screenshot please) If you could post the VXM step that is giving you problems, it would greatly help me with assisting you. pataya6, run this script, and tell me what happens: (please highlight, copy, and paste into VistaRunner, don't type it) Code:<?xml version="1.0" ?> <VistaRunner> <step> <action>Start</action> <text>{windir}\EXPLORER.EXE {programfiles}</text> <options>Single</options> </step> </VistaRunner>
I ran your example and it works. But it doesn't work with this: {windir}\Common Files {programfiles} {windir}\COMMON FILES {programfiles} I don't understand the logic with the variables, does {programfiles} represent the folder that the folder is in? Does capitalization matter? Why is there a space before {programfiles} and a forward slash before "EXPLORER.EXE" but not after? This is the complete path I am trying to open: C:\Program Files\JSAS\http_root\www Could it be possible to just tell me exactly what to input in the box? I mean by that translate the above path with all the proper slashes, punctuations and variable so it works?
Open a folder has two parts: The "Open" part The "Folder" part The Open part stays the same, and the folder part changes with each different folder. So the open part (or the part that stays the same) is bold.
<?xml version="1.0" ?>
<text>{windir}\EXPLORER.EXE C:\</text>
<text>{windir}\EXPLORER.EXE C:\Program Files\JSAS\http_root\www</text>
C:\WINDOWS\EXPLORER.EXE C:\Program Files\JSAS\http_root\www |



