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, 12:41 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 ... 111 112 113 114 115 [116] 117 118 119 120 121 ... 158next
2876
Finished Programs / SOLVED: Adapt to windows 7 64 bits
« Last post by Contro on October 26, 2012, 08:49 AM »
These two scripts are similar and goes well under windows xp pro sp3, but don't go under windows 7
How can I adapt to windows 7 ?
Best Regards

Code: Autohotkey [Select]
  1.  
  2. #if winactive("ahk_class CabinetWClass")
  3. {
  4.   #z::
  5.   WinGet, WinID, ID, A
  6.   Gui, +LastFound
  7.   HWND := WinExist()
  8.   ControlGetText, DesPath, Edit1, ahk_id %WinID%
  9.    Gui, Add, ListView, r10 NoSort vChosenName h300 w400, Folder Name
  10.      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"}
  11.     LV_Add("",B)
  12.     Gui, Add, Button, gChoose, Submit
  13.    Gui, Show, h340 w420, Choose Folder Name
  14.   Return
  15. }
  16.  
  17. Choose:
  18. ControlGet, List, List, Selected, SysListView321, ahk_id %HWND%
  19. Loop, Parse, List, `n
  20. {
  21.    If !FileExist(DesPath "\" A_LoopField)
  22.       FileCreateDir, %DesPath%\%A_LoopField%
  23. }
  24. Return

Code: Autohotkey [Select]
  1.  
  2. #if winactive("ahk_class CabinetWClass")
  3. {
  4.   ; quito la combinación hotkey control-alt-z  ^!z:: , para poner la combinación win+y
  5.   ; debido a que ctrl+alt+z la utilizamos junto con shift+ para volver al estado anterior
  6.   #y::
  7.   WinGet, WinID, ID, A
  8.   Gui, +LastFound
  9.   HWND := WinExist()
  10.   ControlGetText, DesPath, Edit1, ahk_id %WinID%
  11.   ; añado w400 para aumentar el ancho de la ventana
  12.   ; perfecto lo de h300 . Me funciona bien y ya tengo la ventana más grande y preparada
  13.   ; compara con copia (2) de Emptytxtfile.ahk para ver estado anterior.
  14.   ; quito en la línea de abajo h300 porque obtengo error a la segunda vez.
  15.   Gui, Add, ListView, r10 NoSort vChosenName h300 w400, File Name
  16.      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:"Avira detecta virus. en parte a especificar.txt", 11:"File11.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"}
  17.     LV_Add("",B)
  18.     Gui, Add, Button, gChoose, Submit
  19.   ; añado w420 intercalado entre las comas para aumentar el ancho de la ventana opciones
  20.   ; me comentan de poner h300 en alguna parte inicio pruebas de ponerlo al lado
  21.   Gui, Show, h340 w420, Choose File Name
  22.   Return
  23. }
  24.  
  25. Choose:
  26. ControlGet, List, List, Selected, SysListView321, ahk_id %HWND%
  27. Loop, Parse, List, `n
  28. {
  29.    If !FileExist(DesPath "\" A_LoopField)
  30.       FileAppend,, %DesPath%\%A_LoopField%
  31. }
  32. Return


I am very used at the present moment to these scripts and would like to recover is possibles.
2877
2878
General Software Discussion / Search for all user's protected files in my disks
« Last post by Contro on October 26, 2012, 06:29 AM »
Search for all user's protected files in my disks

I would a software for searching in all my disks the files that are password protected, or user's protected.

Specially for user's pdf protected.

Best Regards
 :-*
2879
Skrommel's Software / ReRun under windows 7, 64
« Last post by Contro on October 25, 2012, 06:23 PM »
I am trying. But doing something bad sure.
The effect with Ditto is multiples instances.
And I don't know if the ReRun icon must remain in the taskbar. Dissapear.
A screenshot

http://lh5.ggpht.com/-k1jHuFPCPKo/UInI62IInpI/AAAAAAAAANQ/wh5GFA8BtBs/s0/img0ef6c32ac476100304b15c35a001e4c8.jpg
  http://lh5.ggpht.com/-A_oW2FFJP3o/UInI8Q6GhYI/AAAAAAAAANY/vLoKWqjAHhE/s0/img2c6512c42a61236ccec62b97c193aa46.jpg
  http://lh4.ggpht.com/-n00MzBH0LAk/UInI94PvbjI/AAAAAAAAANw/qplEpKUYANY/s0/img811a4581d731d31eed7764516774f8ad.jpg
  http://lh3.ggpht.com/-5zieGSHQLt8/UInI_jnr7TI/AAAAAAAAAN8/sJt7hPAmq3g/s0/img23dbbca00c91cb64c8cfb1a39ee6040e.jpg


http://lh3.ggpht.com/-2roe7eTaWwM/UInJBHYlbmI/AAAAAAAAAOQ/HLoveHZZ_pI/s0/imga170990b9507718dc9bd369d7f4ea8cc.jpg
  http://lh4.ggpht.com/-G3wVA6CODTM/UInJDVuZq0I/AAAAAAAAAOg/nyaXrewRQW0/s0/imgb1003cd4a695916ba7c7943012b53874.jpg
  http://lh3.ggpht.com/-FXzf3szsxv4/UInJFeQgNvI/AAAAAAAAAOw/MSpn4Tjw7_4/s0/img40a3c43e249cc94f41ba9f9a48863e7b.jpg
  http://lh5.ggpht.com/-mjaQrZ9rK70/UInJH5BYp9I/AAAAAAAAAPA/MXTnH2qiYLI/s0/imga8d184aef51628fa90b3cb33a75204a5.jpg


Best Regards
2880
General Software Discussion / Re: Residents services and program testing
« Last post by Contro on October 25, 2012, 05:52 PM »
by the open. In the same screenshot appear open ReOpen from Miles Ahead's  :-*
2881
General Software Discussion / Re: Residents services and program testing
« Last post by Contro on October 25, 2012, 05:51 PM »
trying ReOpen
i will comment skrommel. don't goes with Ditto.
http://lh3.ggpht.com/-wvCyMkjTH3A/UInCazgWGEI/AAAAAAAAAMw/Dk1ghsRp6Ig/s0/imgf93722d2aec0a9b0c536c674d9112761.jpg
 
2882
General Software Discussion / Residents services and program testing
« Last post by Contro on October 25, 2012, 07:06 AM »
Residents services and program testing

I would like a bat to launch all the services and programs that I usually launch in the startup.
This is because sometimes some of them are closed without my intervention and i want to come back again.
But not with multiple instances.
So I need to test that that process is not running before launch again.

do you know any program or bat for this.

Best Regards
2883
General Software Discussion / Re: Copy options files and folders (creation date)
« Last post by Contro on October 23, 2012, 07:55 PM »
I know teracopy.
Trying teracopy first.
Best Regards
 :)
2884
General Software Discussion / Copy options files and folders (creation date)
« Last post by Contro on October 23, 2012, 04:22 PM »
Copy options files and folders (creation date)

I observ that when I copy a folder, or a file, from one folder to another the new one have the today creation date.

But I would like to conserv the original creation date.

How can I have this option in windows 7 ?

Best Regards
 :-*
2885
General Software Discussion / Re: Ramdisk
« Last post by Contro on October 21, 2012, 06:49 PM »
Uffffff .
I am a little http://lh6.ggpht.com/-zUq2YWU2tas/UISJxz3uQqI/AAAAAAAAAKQ/R4-PoRp3l_M/s0/imgd7fdb8e6aae21e1f4ceeadde96a487b9.jpg
 

 ;D
sometimes is really difficult decide.
I think better keep calm for a time.
2886
General Software Discussion / Re: Ramdisk
« Last post by Contro on October 21, 2012, 06:37 PM »
If you don't have a very special need for a ram-disk, then stay away from it. Current harddisk are quite fast, and SSD's are even faster. You shouldn't need it.
I mostly agree - although it's nice having a ramdisk for %TEMP% - less strain on the flash memory if you've got an SSD, and generally faster. With 16 gigabytes of RAM, it's not a bad idea dedicating one gig to %TEMP% :)

By the way. There is a soft for calculating and logs the boot time of a program ?
Probably not, and it wouldn't be reliable anyway - there's no foolproof way to determine when a program is "booted" or "fully ready".

My only problem is with Autocad 2012 , 64 bits. First boot take 27 seconds with 16 GB ram and last generation pc (i7, DDR3, etc.) .
Does a second startup (after fully loading once, then closing the program fully) load noticeably faster? Disk access is a very small part of what happens during program/game load, and if it's taking 27 seconds... then you either have an insanely fragmented harddrive, or the program is not spending most of it's time reading from the HDD (a normal HDD these days can easily do 100MB/s linearly, so with an unfragmented disk, 27 seconds of mostly I/O would be 2.7 gigs loaded from disk... which I kinda doubt :)).

Some years back, I did a test with Far Cry 2 - putting the game entirely on a ramdisk didn't really have any noticable effect on load speed. Hard to tell without benchmarking, though, so... go benchmark! (You'll want a persistent ramdisk if you're going to install software to it - SoftPerfect might be worth checking out).

There's also another RAMdisk thread here, a bit more recent than the one Curt mentioned: https://www.donation...ex.php?topic=32319.0 .

Thank you very much f0dder. I'll take a good look.
I have installed seven on a 90 GB partition. usually I use bigger spacer . Under xp pro I have 150 GB. My intention is 300 GB for windows 7 system.
I doubt my new system under windows 7 64 is defragmented after the installation.
I will investigate about autocad 2012.
As you say is not reasonable.
Windows 7 and autocad 2012 are both new for me.

I make a short proof with Primo ramdisk and don't notice nothing.
I am glad now, perhaps is a long term aim in the future......
 :-*
2887
General Software Discussion / Re: Ramdisk
« Last post by Contro on October 21, 2012, 04:18 PM »
Seven seconds second boot.

By the way. There is a soft for calculating and logs the boot time of a program ?
Even many programs.....
Control open time, close time....
2888
General Software Discussion / Re: Ramdisk
« Last post by Contro on October 21, 2012, 04:16 PM »
Okis Ath. This pc assumed is close and running well.
My only problem is with Autocad 2012 , 64 bits. First boot take 27 seconds with 16 GB ram and last generation pc (i7, DDR3, etc.) .
I would like to improve this first boot. It's excesive .....
 :-*

2889
General Software Discussion / Re: Ramdisk
« Last post by Contro on October 21, 2012, 02:15 PM »
Nice post indeed, but I really I don't know what to do.
My system is , for the first time in my life, very fast with 16 GB RAM. I take all the memory with the virtual machines if neccesary, but I can copy, see a movie, open two virtual machines.....
I try for a moment Primus Ramdisk and observ in the windows 7 gadget indicator ram memory that with a ramdisk of 6 GB the ram memory up almost the same. So i don't understand why I may need a ramdisk to rest of my ram memory.
I was supposing that memory from a hard drive..
I think that an expert may use this type of devices, but not me.
Can anyone recommend what to do ?

Best Regards
2890
General Software Discussion / Re: Ramdisk
« Last post by Contro on October 21, 2012, 02:02 PM »
"Anyone else using Ramdisk in Windows 7?"
-Read 7211 times


Thanks a lot Curt.
 :-*
2891
General Software Discussion / Ramdisk
« Last post by Contro on October 21, 2012, 12:05 PM »
I am trying windows 7 . 64 bits.
I have 16 GB Ram memory
I would like to know if using a software like as Primo Ramdisk can get more speed or is enough with 16 GB of ram.
My pc is i7 intel
What software are the best to make Ramdisk ?

Best Regards
 :-*
2892
General Software Discussion / Re: Imageshack uploader
« Last post by Contro on October 21, 2012, 11:15 AM »
No problem with that. Besides filebox eXtender is a no under develop project. I can adapt.

Best Regards
2893
General Software Discussion / Re: Imageshack uploader
« Last post by Contro on October 21, 2012, 09:59 AM »
Goes very well too. A little problem with Filebox eXtender. For some reason the heart don't appear in the open shareXmod window.
2894
General Software Discussion / Re: Imageshack uploader
« Last post by Contro on October 21, 2012, 09:57 AM »
2895
General Software Discussion / Re: Imageshack uploader
« Last post by Contro on October 21, 2012, 09:10 AM »
 :)

i try shareXmod
2896
General Software Discussion / Re: Imageshack uploader
« Last post by Contro on October 21, 2012, 05:56 AM »
Here, where I live, begin lights and sweets from now.
Really all the year is Christmas.
 ;D

http://i113.photobucket.com/albums/n221/SerPan_album/Imagen030-4.jpg
2897
General Software Discussion / Re: Imageshack uploader
« Last post by Contro on October 20, 2012, 06:03 PM »
And a poem made by me.

Dentro de poco nace Jesús,
que siempre estuvo y estará,
para llevarnos a todos,
fe esperanza y caridad.

Son estas fiestas anuales
lugar de encuentro,
empinada cuesta de recuerdos,
y un sin fin de regalos.

Son prueba obligada
para mostrar la entrega,
comprender la vida
y encontrar la paz.

Es una muestra intensa,
donde algo termina,
donde algo empieza,
en el año que se va.

JPR

I try to translate to english :

Soon Jesus is born,
always has been and will be,
to bring us all,
faith hope and charity.

Are these annual christmas
meeting place,
steep slope of memories,
and endless gifts.

Are a must test
to show delivery,
understand life
and find peace.

It shows intense,
where something ends,
where something begins,
in the year gone.

JPR
 :-*


Merry Christmas to everyone.

http://img101.imageshack.us/img101/7251/besotene2.gif
2898
General Software Discussion / Re: Imageshack uploader
« Last post by Contro on October 20, 2012, 05:59 PM »
Okis Curt. But I have imageshack previously download. It's strange.

i have found, by the way, an interesting program : Image Uploader

By the way

Merry Christmas

http://lh3.ggpht.com/-vIsk9ZGG50M/UIMo9NGXxcI/AAAAAAAAAGA/zp61bXtrSAY/s0/img26b9b2012d71c2529c2ae41cedd06423.jpg
  http://lh6.ggpht.com/-__Hk9UOV7KI/UIMo-mUsj8I/AAAAAAAAAGQ/UPh3w65QGnI/s0/img8c60d498208548b3cbe0c69db89fc3fa.jpg
  http://lh5.ggpht.com/-IKUsnTKwGAc/UIMpAhtbL_I/AAAAAAAAAGc/zruZifohtMk/s0/img81d3396319dec332fa187f05356ec7bc.jpg
  http://lh6.ggpht.com/-J9vPkVaWJt0/UIMpCFAq8nI/AAAAAAAAAGs/FKzzJ6dqdxY/s0/img16827248e9058ce678fa6a9fd787f0bd.jpg


http://lh6.ggpht.com/-SN-x_ZMNqPY/UIMpDzjPsWI/AAAAAAAAAG8/3htye5BewU8/s0/imgda431c9237d434e1c6ee76ac608898b6.jpg
  http://lh4.ggpht.com/-4UwgmPL-iAA/UIMpFcWPDdI/AAAAAAAAAHQ/pyaEujsZ_LY/s0/img65c35cd5d21009ec953ceac4411f1882.jpg
  http://lh4.ggpht.com/-bdtczt13vrA/UIMpHWSDXGI/AAAAAAAAAHg/UseWvNsdk_E/s0/img70ce18795e39946b6e153ef45706cfc0.jpg
  http://lh4.ggpht.com/-qI2R-LwEe_A/UIMpJIaovQI/AAAAAAAAAHw/vyxYwpdPO40/s0/imgc2e877c9dd06d77b723713838bdca7e4.jpg


http://lh4.ggpht.com/--mx37NjUhtg/UIMpKWh_oUI/AAAAAAAAAIA/UVxyP-V8j8Y/s0/img59e3e6dfcc6173a1b8fcb9020c09b8af.jpg
  http://lh5.ggpht.com/-6_etTAT9q-M/UIMpMOSdMOI/AAAAAAAAAIQ/IWa1LEvdjaQ/s0/img9df2065ae50e80e1a98e1cde70965260.jpg
  http://lh3.ggpht.com/-aBznn-hhnOs/UIMpN4FoKAI/AAAAAAAAAIg/oUJS8-DPBpI/s0/img9584e65e8bf623d62d44945fec452664.jpg
  http://lh5.ggpht.com/-__bzZYk4f2I/UIMpPGZJcbI/AAAAAAAAAIw/ioQTNsy1LDg/s0/img301943a190856a0156869108457eb49d.jpg


http://lh5.ggpht.com/-GhonTakLY6g/UIMpQ5vu80I/AAAAAAAAAI8/Epe_zPuxfuA/s0/imgf5edf32d0970479fec2aacfb172d401b.jpg
  http://lh3.ggpht.com/-hS3gjQfgsrc/UIMpSbXGuUI/AAAAAAAAAJQ/mS9NN5oG2CM/s0/img37e813a00492430df6e35f2d5e0bb172.jpg
  http://lh6.ggpht.com/-0i4DiziSQW8/UIMpUOXC4NI/AAAAAAAAAJc/tg89Ufwvuqc/s0/img9f1e5f71cbb2716f181fe5806e76f748.jpg
  http://lh3.ggpht.com/-PkLNDXUFgd0/UIMpVoZtPpI/AAAAAAAAAJw/UH2VMQC7dEA/s0/img63a74e1b09d19f2172e654bca0a2ae5a.jpg


 ;D
2899
General Software Discussion / Re: Text scraper (TextCatch for windows 7)
« Last post by Contro on October 20, 2012, 05:16 PM »
I really don't know . May be 9 ?
I didn't do the survey now because I had the soft downloaded
Best Regards
2900
General Software Discussion / Re: Imageshack uploader
« Last post by Contro on October 20, 2012, 02:29 PM »
mmmmm
I tried obtain the last version but the web seems irregular.
When I start the program give message
Could not checkfor updates. Please try again later.
Error message is:Error downloading http://toolbar.imageshack.us/windows-
uploader/update.xml? - server replied: Not Found


P.D. the message was capture with Abbyy screenshot reader. A marvel...
 :-[

and then :

ImageShackUploader.exe
ImageShackUploader.exe dejó de funcionar
Windows puede buscar una solución en línea al problema.
^ Buscar una solución en línea y cerrar el programa
Cerrar el programa
v) Ver detalles del problema


ImageShackUploader don't go

Pages: prev1 ... 111 112 113 114 115 [116] 117 118 119 120 121 ... 158next