topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday June 26, 2025, 11: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 ... 81 82 83 84 85 [86] 87 88 89 90 91 ... 158next
2126
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on February 06, 2014, 07:50 PM »
And Now ?¿?¿?¿?¿
 :-[
2127
General Software Discussion / Re: Browser Bunch 1.4.2.0 - with BBSS
« Last post by Contro on February 06, 2014, 02:32 PM »
Btw I don't think you need to run virtual machines to run two instances of BrowserBunch..  Just copy everything to another folder.  Change the .ini to have up to 6 different browsers. Just make shortcuts that point to each BrowserBunch.


Understood Miles.
Best Regards
 :-*
2128
Post New Requests Here / Re: coded needed launch url's
« Last post by Contro on February 06, 2014, 09:42 AM »
Your original question was that you wanted to open a list of URLs in Firefox, have you tried it?

firefox.exe -new-tab URL1
firefox.exe -new-tab URL2
etc
etc
etc

Do you want to open a list of URLs as per your original question or do something completely different?

gnnnnngggnnnnn gnnngg arrrrrrgggghahhhhhhhhhhhhhhhh

 >:(

Sure is possible, but then I will need to adapt to every url's list i have. Not confortable.

At this point of the "movie" I think must be alternatives ways to automate firefox, chrome, safari, yandex, etc with AHK.

But not with a UDF like with autoit.
I begin to understand alternatives, like que development scripting o something each browser have.....

 :tellme:
2129
 ;D

Since Skwire made the wonderful ControTextTool I use duckduck for reasonable reasons !!!!!!!
I specially like the only page browsing method to select all about the string searched.
Sometimes I don't feel confortable because of the reasons given by IainB, but at the present time I am 75% DDG and 25% Google or other search engines.

A few days ago I found Yandex that seems to be in the backyard of DDG. And the Yandex browser seem very familiar with Google Chrome....

Since last year I was trying to download the Oscar Ceremony Awards 2012 from everywhere : emule, torrents, etc. with no success until finally i get a copy in russian.
Here in Spain is very difficult to obtain a copy of those events. Even two or more years ago. Now seems easy with torrents. I am not talking about see that ceremony a month after the celebration. I am talking about see the ceremony of the oscars 2012 now, and the oscars 2013 next year.....

Even I obtain my first yandex account. Just because more and more russians come to canary islands and is interesant to learn russian or at least have an account from russian specially now they translate to english everything.

In my opinion there is a total globalization with impredictible results. Not obviously in the knowledge of people or feel more near. I refer to this race where seems only a winner must stay.

And the winner seems to be google......

 :P





2130
Post New Requests Here / Re: coded needed launch url's
« Last post by Contro on February 05, 2014, 09:17 PM »
Perhaps the question is bad expressed.

How to automate internet when using firefox browser ?

 :-*
2131
Post New Requests Here / Re: coded needed launch url's
« Last post by Contro on February 05, 2014, 09:16 PM »
http://ahkscript.org...ocs/commands/Run.htm

http://ahkscript.org...ocs/commands/Run.htm

Run is a command not a library to automate Firefox.

I'm not talking about launch Firefox with parameters.

 :-[
2132
Post New Requests Here / Re: coded needed launch url's
« Last post by Contro on February 05, 2014, 08:46 PM »
You're opening a set of URLs, there's no need to automate Firefox - just call Firefox with the URL as an argument, (Firefox' commandline args).

Code: AutoIt [Select]
  1. Run(@comspec & ' /c path\to\firefox.exe "www.thisisatest.org"', '.', @SW_HIDE)

You can probably call Chrome the same way.

Running to try.

But how can we automate Firefox with AHK ?
2133
General Software Discussion / Re: Browser Bunch 1.4.2.0 - with BBSS
« Last post by Contro on February 05, 2014, 02:02 PM »
Sorry.  But I can't make commitments as I have PERT tests to prepare for.  It's been a long time since school.  I'm just starting to get an idea how much I've forgotten.

Don't worry Miles. Good luck with PERT tests.
I am studying now too : the compilers
 :-*
2134
General Software Discussion / Re: Browser Bunch 1.4.2.0 - with BBSS
« Last post by Contro on February 05, 2014, 01:33 PM »
There's both compilers and scripting languages there.  Not as much free as for Linux.  But still a good selection.

But Miles are really a lot.
 :-[

Tha dron dropbox will take the resto of my life
 :(
2135
General Software Discussion / Re: Browser Bunch 1.4.2.0 - with BBSS
« Last post by Contro on February 05, 2014, 01:01 PM »
Any Windows scripting that does Gui Windows and controls.  You might look here to start:
http://www.thefreecountry.com/compilers/

A Drop Down Box has the advantage you would not have to change the Gui it is in once you got it working.  Adding more items just lengthens the list.  You could have the default or most used at the top.  To use a different browser select from the drop down list.  Reading from a text file a line at a time should be pretty easy in most scripting languages.  Therefore I'd look for something that makes it very easy to make the Gui Window or Dialog.


running to try. Compilers ? Sound powerful.
 :-*
2136
General Software Discussion / Re: Browser Bunch 1.4.2.0 - with BBSS
« Last post by Contro on February 05, 2014, 09:37 AM »
You might try something that makes it easy to do a drop down list.  Then you could always add more.  What's the limit with Browser Chooser?

I don't understand. What drop down list ? . can I do that ? . sorry i am missing something.
 :-[
2137
General Software Discussion / Re: Browser Bunch 1.4.2.0 - with BBSS
« Last post by Contro on February 05, 2014, 08:02 AM »
anyway i can use in two virtual machines
 :tellme:
2138
General Software Discussion / Re: Browser Bunch 1.4.2.0 - with BBSS
« Last post by Contro on February 05, 2014, 07:44 AM »
BrowserBunch is implemented in AutoIt3.  I have stopped doing au3 development.  I intend to do virtually all Hotkey type programs in AHK_L or some AHK variant.  As current au3 programs lose relevance they will be retired.

I like the structure of AutoIt3 but the hotkey functionality is just too limiting for my purposes.

In any case when I was forced to move Au3 source code was lost.  For small utilities such as these it's just not worth the effort to reconstruct the missing pieces.


Undertood Miles. I will adapt. One question. The program allow multi-instances ?
 :-*
2139
Post New Requests Here / Re: coded needed launch url's
« Last post by Contro on February 05, 2014, 07:28 AM »
AutoIt has a UDF to automate Firefox.

What is the animal prepared for this in AHK ?
2140
Post New Requests Here / Re: coded needed launch url's
« Last post by Contro on February 05, 2014, 07:27 AM »
Miles the difficult point seems to be the same script for Firefox and other browsers. Exists or is a pending task ?


Best Regards


IE based browsers have an ActiveX engine hat can be programed.  That's why BrowserBunch ignores it.  It's a different animal than Firefox/Opera/chrome.

I don't understand. What is an engine hat ?. What sort of animal is Firefox , or chrome, or opera ?
What are the similar scripts for these animals ?
have you a rabbit in your hat ?
 :-[
2141
mouser

I try "this word". Wonderful !!!!
2142
The most i like is this
Go well selecting

http://www.google.com
or
www.google.com
or
google.com
 :-*
2143
Nice indeed.
Works !!!!!!!!!!!!!!!!!!!!!!!
 :-*
2144
;------------------------------------------------------------------
; SelectoSurf
; v 1.0.2, Nov 10, 2006 by mouser
;
; Select plaintext in any program and hit the hotkey (ctrl+space)
;------------------------------------------------------------------

I have learned from the advanced Firefox extension, Linkification, to appreciate this feature, so I am thrilled by SelectoSurf.  :-*

However, icons icons icons icons and icons
- I can have no more icons in the system tray!

Mouser, please consider a version that does not display an icon in the tray?


Why not ?
 ;D
2145
There are a few little tools that can do this -- but i made one i think is pretty good:

SelectoSurf:
https://www.donation...dex.php?topic=6714.0

It's made in AutoHotkey with source so you can always change how it works if you need to.

Running to try mouser
By the way : Cheat Sheeter is available ?
 :-*
2146
Launch a web from plain text expressing the url from that site

How can i do selecting the text with a hotkey combination ? Or any other way ?

Best Regards
2147
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on February 04, 2014, 09:48 PM »
My screenshots
In spanish, but it's the same I suppose.
 :-*

2148
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on February 04, 2014, 09:42 PM »
Try Windows Easy Transfer. It's built in.
1) click Start
2) type "tr"
3) select Windows Easy Transfer
4) select 3rd option
5) select this is my old computer
6) select only your user account
7) click customize link
8) select only Windows settings (and program settings if you want those too)
9) click advanced
10) clear the checkboxes
11) click next
12) type password
13) select the save location of your .MIG file -- it will save the settings to a file you probably want to use a flash drive
14) rebuild your box
15) run Windows Easy Transfer again -- you should be able to figure it out from there

Do the community here a favor and write this up as a tutorial if it works for you as I've been strapped for time recently and always meant to do it!

trying. i will put my screenshots . i don't understand points 14) rebuild your box and 15) .

 :-[
2149
General Software Discussion / Re: How can I compila an iim file to an exe file ?
« Last post by Contro on February 04, 2014, 09:27 PM »
It's not a compilable software

http://img101.imageshack.us/img101/7251/besotene2.gif
http://img101.imageshack.us/img101/7251/besotene2.gif


Thanks for a clear answer.
 :-[
2150
General Software Discussion / Re: Cobian Backup
« Last post by Contro on February 04, 2014, 09:24 PM »
I use PA Backup every day and it's never let me down so I've no need to try any other back up program. Did install cobian on a friends computer once but I wasn't overly impressed (it looked horrible too in my opinion) and installed something else instead.

it's cloud backup service, no ?
 :-[
Pages: prev1 ... 81 82 83 84 85 [86] 87 88 89 90 91 ... 158next