cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
james_decosta
Level 9

hi problem with execute target file

hi,
i have a problem with execute target file when i try to execute a batch file which contains
this script:
cd %WORKBENCH_HOME%
call cd eclipse
call eclipse.exe -data ../myworkspace
Basically i want to know if i can use execute target file action to call a batch file which in turn calls the .exe file.
Am i right in this concept.
Labels (1)
0 Kudos
(3) Replies
Yves_Kreis
Level 7

The problem is the script. You should read the help on the use of "call".

Best Regards,
Yves
0 Kudos
james_decosta
Level 9

hi yves,
can i use the below script in the post install task after "install complete done" message comes and user clicks on ok tab.
Execute script file after install complete done.

script file
start $USER_INSTALL_DIR$$\$eclipse$\$eclipse.exe -data $USER_INSTALL_DIR$$\$Workplace

Basically i want to start the eclipse with my workspace which i have bundled with the installer after the user install complete panel appears.
Can you just help me out in this.
0 Kudos
Yves_Kreis
Level 7

Might work. Did you try it?

Best Regards,
Yves
0 Kudos