topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday September 20, 2026, 1:34 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 100 101 102 103 104 [105] 106 107 108 109 110 ... 158next
2601
General Software Discussion / Re: Open or launch hyperlinks from a pdf file
« Last post by Contro on July 14, 2013, 12:30 AM »
I can't
I have tried, but I don't see the way to open multiple url included in the pdf file.
 :-[
2602
General Software Discussion / Re: Open or launch hyperlinks from a pdf file
« Last post by Contro on July 13, 2013, 05:08 PM »
 :-*

trying.
But I need to open all hyperlinks with a hotkey.....
In different tabs of my browser

2603
General Software Discussion / Open or launch hyperlinks from a pdf file
« Last post by Contro on July 13, 2013, 05:00 PM »
Open or launch hyperlinks from a pdf file

Periodically I receive a pdf with links to web normatives (laws...).
Are normally 20 or less links
I would like a program to open all links in my firefox browser at the same time (one after another....)

How can I do this ?

Best Regards

Note : a code snack ?

2604
Could it be this rather expensive Automation Anywhere?
Yes, we can find that, sure, but dropping a question, without any documentation whatsoever, and at the rate the OP is dropping them, makes me wonder about his google-abilities :(

 ;D

Oohhhh yes. Number 2000 post cominggggg
 :P
2605
complex programmer world's indeed.
my 90% percent needs goes with aHK snack's code section.
but for the rest i need something special. software integration : curious phrase for all the rest. Nice idea because is our dream : take advantage of what we have/know and integrate with the rest.
 :-*

i'll take a look to deskover and the rest.


a question . Automate seems even more expensive than AA.  What is the best ?
2606
yes . is data integration. software integration.
Use optical recognition techniques to solve any problem interacting old and new software.

I am searching for software and data integration
2607
Maybe first read some of these articles: "Articles about Macro, Macro programs, Macro recorders, Macro Software, Windows Automation, Windows Macro, Automation Software", from the same company; their macro solutions begin at $25


running to read
2608
taking the way of google i have found a link

But I suppose now exists more options

2609
General Software Discussion / Re: Similar program to automation anywhere
« Last post by Contro on July 13, 2013, 09:58 AM »
My main interest is about the concept "software integration"
This is covered, I suppose, by automation anywhere.

Alternatives ?

2610
General Software Discussion / Re: Similar program to automation anywhere
« Last post by Contro on July 13, 2013, 09:56 AM »
Could it be this rather expensive Automation Anywhere?

i am here, i am here. Yes is this one.
I have found Automate similar
 :P
2611
Similar programs to automation anywhere by his philosofy and way of use .
The most similar better
Or the best program for this purposes assisted.

Best Regards
 :-*


Note : edited by OP to put hyperlink to AA
 :P
2612
open subfolders of a selected folder with a hotkey.

I would to finda a script to do this : open all subfolders within a folder in windows 7.

Best regards

 :-*
2613
Developer's Corner / help with these two don't go under w7.64
« Last post by Contro on July 04, 2013, 09:53 AM »
I have this two scripts :

#SingleInstance Force

#if winactive("ahk_class CabinetWClass")
{
  ; quito la combinación hotkey control-alt-z  ^!z:: , para poner la combinación win+y
  ; debido a que ctrl+alt+z la utilizamos junto con shift+ para volver al estado anterior
  #y::
  Gui, Destroy
  WinGet, WinID, ID, A
  Gui, +LastFound
  HWND := WinExist()
  WinGetTitle, DesPath, ahk_id %WinID%
  ; añado w400 para aumentar el ancho de la ventana
  ; perfecto lo de h300 . Me funciona bien y ya tengo la ventana más grande y preparada
  ; compara con copia (2) de Emptytxtfile.ahk para ver estado anterior.
  ; quito en la línea de abajo h300 porque obtengo error a la segunda vez.
  Gui, Add, ListView, r10 NoSort vChosenName h300 w400, File Name
     For A,B in {0:"Actividad Completada.txt", 1:"Instrucciones.txt",2:"Instalar en mv.txt", 3:"Es mal portable. Instalar como no portable.txt", 4:"Instalado como portable.txt", 5:"Instalar cuando se pueda.txt", 6:"ReciboLLamadaAlas.proponer fecha hora.txt", 7:"Ver pantallazos.proponer fecha hora.txt", 8:"Ver grabaciones de la fecha.proponer fecha sistema.txt", 9:"password   pegado del portapapeles.txt", 10:"Avast detecta virus. en parte a especificar.txt", 11:"Fraseo Temporal procesos sobre G..txt", 12:"Es un juego.txt", 13:"Es para entorno MAC Apple.txt", 14:"Tambien tienen versiones de pago.txt", 15:"No es buen portable.Instalado como portable.txt",16:"No funcione en xp. es para w7 o sup.txt", 17:"Nuevo Notepad++ Document.txt",18:"Script AutoIt.au3",19:"Script Autohotkey.ahk", 20:"es un trial de prueba.txt", 21:"Es plantilla de expediente o proyecto.txt",22:"Ver Grabaciones en accesos directos. Fotos.Grabaciones.txt", 23:"Propongo como residente en Startup Delayer.txt", 24:"No logro password de archivo.txt",25:"Utilizar la apertura de multiples carpetas y CreateShortCutsIn para accesos directos compartidos.txt",26:"Enlazar en tiempo real.txt",27:"NO MOVER ARCHIVOS.txt",28:"File28.txt",29:"File29.txt",30:"001.txt",31:"002.txt",32:"003.txt",33:"004.txt",34:"005.txt",35:"006.txt",36:"007.txt",37:"008.txt",38:"009.txt",39:"010.txt",40:"011.txt",41:"012.txt",42:"013.txt",43:"014.txt",44:"015.txt",45:"016.txt",46:"017.txt",47:"018.txt",48:"019.txt",49:"020.txt",50:"021.txt",51:"022.txt",52:"023.txt",53:"024.txt",54:"025.txt",55:"026.txt",56:"027.txt",57:"028.txt",58:"029.txt",59:"030.txt",60:"031.txt",61:"032.txt",62:"033.txt",63:"034.txt",64:"035.txt",65:"036.txt",66:"037.txt"}
    LV_Add("",B)
    Gui, Add, Button, gChoose, Submit
  ; añado w420 intercalado entre las comas para aumentar el ancho de la ventana opciones
  ; me comentan de poner h300 en alguna parte inicio pruebas de ponerlo al lado
  Gui, Show, h340 w420, Choose File Name
  Return
}

Choose:
ControlGet, List, List, Selected, SysListView321, ahk_id %HWND%
Gui, Destroy
Loop, Parse, List, `n
{
   If !FileExist(DesPath "\" A_LoopField)
      FileAppend,, %DesPath%\%A_LoopField%
}
Return

#SingleInstance Force
     
    #if winactive("ahk_class CabinetWClass")
    {
     #z::
     Gui, Destroy
     WinGet, WinID, ID, A
     Gui, +LastFound
     HWND := WinExist()
         WinGetTitle, DesPath, ahk_id %WinID%
      Gui, Add, ListView, r10 NoSort vChosenName h300 w400, Folder Name
        For A,B in {1:"Prg1",2:"Prg2", 3:"Prg3", 4:"Prg4", 5:"Prg5", 6:"2012", 7:"07.2012", 8:"folder8", 9:"password", 10:"Avira", 11:"Folder11", 12:"Es un juego", 13:"MACApple", 14:"pago", 15:"portable",16:"Nofunc", 17:"Nuevo",18:"Script",19:"Autohotkey", 20:"trial", 21:"ENVIADOS",22:"RECIBIDOS", 23:"Folder23", 24:"Folder24",25:"Folder25",26:"Folder26"}
       LV_Add("",B)
       Gui, Add, Button, gChoose, Submit
      Gui, Show, h340 w420, Choose Folder Name
     Return
    }
     
    Choose:
    ControlGet, List, List, Selected, SysListView321, ahk_id %HWND%
    Gui, Destroy
    Loop, Parse, List, `n
    {
      If !FileExist(DesPath "\" A_LoopField)
         FileCreateDir, %DesPath%\%A_LoopField%
    }
    Return

The scripts go well under windows xp

but under w7.64 when try to submit to create the files or the folders nothing happen.

May be my configuration ?

 

What can I do ?

 

Best Regards
2614
I have found only one and is not portable or free

Agileera

But I think is possible with other software creating simple list and sublist for the quadrant.
Or in excel perhaps.
2615
General Software Discussion / Re: Remove empty lines
« Last post by Contro on June 30, 2013, 09:40 PM »
 :-*
I have notepad++
Running to do
2616
General Software Discussion / Remove empty lines
« Last post by Contro on June 30, 2013, 07:24 PM »
Remove empty lines in a txt file
I know the only solution : techmechanics

http://textmechanic....ove-Empty-Lines.html

But I would like a free desktop option. Better is portable.
Best Regards
2617
desktop time matrix important-no important-urgent-no urgent free to use

Better is portable.

Best Regards
2618
General Software Discussion / Re: open files of a folder--- Open Files Folder
« Last post by Contro on June 23, 2013, 03:55 PM »
Understood x16wda
Best Regards
2619
General Software Discussion / Re: open files of a folder--- Open Files Folder
« Last post by Contro on June 23, 2013, 02:23 PM »
 ;D

Nice indeed.

Best Regards
2620
Script to list target of url extension files contained in a folder to a txt file
Each target in a differente line

Give this a try:  URL Target Tool
 (see attachment in previous post)

 :-*

Perfect indeed
Best Regards
2621
Script to list target of url extension files contained in a folder to a txt file

Each target in a differente line

best Regards
 :-*


2622
General Software Discussion / Re: open files of a folder--- Open Files Folder
« Last post by Contro on June 22, 2013, 01:46 PM »
If you still have a copy of UrlPack I believe you can set that folder as the link source folder.  That should enable it to work with the "open one in each tab" requirement.

sorry my site is closed and UrlPack is not one those stored by Softpedia.  I have no way at present to upload it.
The About  box or readme file should have the command to change the shortcut folder. I can't install software on the library computers. So I don't have the ability to look and see myself.



Unfortunately i have not a link of the program

URLpack in DC

I keep trying
2623
General Software Discussion / Re: open files of a folder--- Open Files Folder
« Last post by Contro on June 22, 2013, 12:56 PM »
owww Miles
 :-*
i'll try to find the program URLpack and comment.
best Regards
2624
General Software Discussion / Re: image comparer desktop software
« Last post by Contro on June 22, 2013, 11:33 AM »
now is finished 22.06.2013.17.32
in the left column the options to find
I will comment......
I was eating by the way..... need to finish first
 :P

Is general recognition. An interesting voyage to my images, but don't see powerfult searching options like search for a determined face.
You can obtain faces "in general".

 :-*

Edited 22.06.2013.18.41 :
I don't worry about the space for reindexing, but seems a program needing for powerful options.
I have read the comments about other similar program and beginning to think is not a easy question find a program with fullfill your requeriments
 :-*
2625
General Software Discussion / Re: image comparer desktop software
« Last post by Contro on June 22, 2013, 09:50 AM »
Is thinking I think after completing the indexing......

 :-\
Pages: prev1 ... 100 101 102 103 104 [105] 106 107 108 109 110 ... 158next