Jump to content

v2_to_v3_Converter


Recommended Posts

Hello,

It's me :mad:

I've a small question about the program AutoItV2toV3.exe ...

I would like integrate this program in SciTe :

1 - Open the au3.properties

2 - Write the lines :

# Rajout d'un menu pour faire la conversion des script AutoIt v2 en AutoIt v3
# Groumphy - Non-officiel - v1.6.201.alpha
command.name.17.*=Convertir v2 | v3
command.subsystem.17=1
command.17.*=$(autoit3dir)\Extras\v2_to_v3_Converter\AutoItV2toV3.exe

I've now a new menu in the Tools menu of SciTe : "Convert v2 | v3". :)

The utility functions well, script is converted... But the utility does not take fine itself !

I am obliged to make Ctrl+Break to put an end to the utility ! :D

Can you inform me of which argument I must add so that script ends of itself ? :D I don't find it in the Scite Documentation ( -exit ??) ! :evil:

Thanks,

Groumphy

----------------------GroumphyMore information about me [Fr]

Link to comment
Share on other sites

Hello,

Odd thing... I make the same thing with AutoUpdateIt and there that functions ! :)

(the utility must be compiled beforehand!)

#Rajout d'un menu pour faire les upgrades AutoIT
#Groumphy - Non-officiel - v1.6.201.alpha
#Compiler préalablement le script AutoUpdateIt.au3 en AutoUpdateIt.exe
command.name.16.*=Mise à jour AutoIt
command.subsystem.16=1
command.16.*=$(autoit3dir)\Extras\AutoUpdateIt\AutoUpdateIt.exe

I should not make Ctrl+Break to stop the utility ! :evil:

----------------------GroumphyMore information about me [Fr]

Link to comment
Share on other sites

  • Developers

Hello,

It's me  :mad:

I've a small question about the program AutoItV2toV3.exe ...

I would like integrate this program in SciTe :

1 - Open the au3.properties

2 - Write the lines :

# Rajout d'un menu pour faire la conversion des script AutoIt v2 en AutoIt v3
# Groumphy - Non-officiel - v1.6.201.alpha
command.name.17.*=Convertir v2 | v3
command.subsystem.17=1
command.17.*=$(autoit3dir)\Extras\v2_to_v3_Converter\AutoItV2toV3.exe

I've now a new menu in the Tools menu of SciTe : "Convert v2 | v3".  :)

The utility functions well, script is converted...  But the utility does not take fine itself !

I am obliged to make Ctrl+Break to put an end to the utility !  :D

Can you inform me of which argument I must add so that script ends of itself ? :D I don't find it in the Scite Documentation ( -exit ??) !  :evil:

Thanks,

Groumphy

<{POST_SNAPBACK}>

A window stays open after it is finished...

Add this to you definition and try again:

command.subsystem.17.$(file.patterns.au3)=2

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Hello Jdeb,

Bedankt voor uw hulp... Maar de probleem blijft het zelf...

Ik heb de lijn toegevoedt maar zonder success voor de einde van de programma v2_to_v3_Converter ...

Hello Jdeb,

Thanks for your help... But the problem is not resolved...

I've writting the code line but I much always push Ctrl+Break for put an end to the utility !

... :) ...

----------------------GroumphyMore information about me [Fr]

Link to comment
Share on other sites

  • Developers

Hello Jdeb,

Bedankt voor uw hulp... Maar de probleem blijft het zelf...

Ik heb de lijn toegevoedt maar zonder success voor de einde van de programma v2_to_v3_Converter ...

Hello Jdeb,

Thanks for your help... But the problem is not resolved...

I've writting the code line but I much always push Ctrl+Break for put an end to the utility !

... :) ...

<{POST_SNAPBACK}>

command.name.17.$(file.patterns.au3)=Convertir v2 | v3
command.17.$(file.patterns.au3)=$(autoit3dir)\Extras\v2_to_v3_Converter\AutoItV2toV3.exe
command.subsystem.17.$(file.patterns.au3)=2

Its working for me... what OS are you running ?

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

This doesn't works for me :)

I try it on WinXP / Win2000 ...

With this code :

command.name.17.*=Convertir v2 | v3
command.subsystem.17=2
command.17.*=$(autoit3dir)\Extras\v2_to_v3_Converter\AutoItV2toV3.exe
command.subsystem.17.$(file.patterns.au3)=2

I've the begin of the converter ... But not the End

And with your code, I've nothing (on the two system) ...

:D

Thanks of your advies :evil:

----------------------GroumphyMore information about me [Fr]

Link to comment
Share on other sites

  • Developers

I've try to change the AU3 extension with AUT but this is not the solution too ...

Not cool ...

<{POST_SNAPBACK}>

What would you want it to do ?

When you open an .AUT file you can convert it by selecting the option ?

The AutoItV2toV3.exe program is a windows program and needs to be started like i have shown.

If you specify it like below it will show up whatever file you have opened, but it will

start the program and then you still have to select the ??.aut script to convert...:
command.name.17.*=Convertir v2 | v3
command.17.*=$(autoit3dir)\Extras\v2_to_v3_Converter\AutoItV2toV3.exe
command.subsystem.17.*=2
Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...