Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Browser options form DOS?  (Read 3506 times)

0 Members and 1 Guest are viewing this topic.

Geek-9pm

    Topic Starter

    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Browser options form DOS?
« on: September 25, 2009, 03:55:07 PM »
Browser options form DOS?
How do you make a browser, like IE6, do thins from the command line.?
Like set a bookmark. Or set wallpaper. Or run minimized. Annd then quit.
So far I this:
Code: [Select]
start "C:\Program Files\Internet  Explorer\iexplore.exe\ " http://help9pm.com/jpg/red-nose0002.JPG
How can I get it to set the image as wallpaper? and Exit?  ???
Any comments welcome. Just don't say anything bad about my grand baby.

billrich

  • Guest
Re: Browser options form DOS?
« Reply #1 on: September 25, 2009, 04:55:29 PM »

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Browser options form DOS?
« Reply #2 on: September 25, 2009, 10:04:49 PM »
Browser options form DOS?
How do you make a browser, like IE6, do thins from the command line.?
Like set a bookmark. Or set wallpaper. Or run minimized. Annd then quit.
So far I this:
Code: [Select]
start "C:\Program Files\Internet  Explorer\iexplore.exe\ " http://help9pm.com/jpg/red-nose0002.JPG
How can I get it to set the image as wallpaper? and Exit?  ???
Any comments welcome. Just don't say anything bad about my grand baby.

Not sure, if there's a way to get IE to do this automatically.

Another way, might be to use a program to download the file... and then simply get that set as a background (probably possible via REG commands)
I was trying to dereference Null Pointers before it was cool.

Geek-9pm

    Topic Starter

    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Browser options form DOS?
« Reply #3 on: September 25, 2009, 10:13:02 PM »
Quote
Another way, might be to use a program to download the file... and then simply get that set as a background (probably possible via REG commands)
I was hoping a small batch file would do it. I want to send it as an e-mai attachment to my family and friends.
I don't think they will go for a REG edit script!   :o

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Browser options form DOS?
« Reply #4 on: September 25, 2009, 10:21:27 PM »
I was hoping a small batch file would do it. I want to send it as an e-mai attachment to my family and friends.
I don't think they will go for a REG edit script!   :o


well, the "REG" command can be used, is what I mean- would be unnoticable.

But, I'm not sure if the background would change right away or after the next reboot... or semi-randomly when another program decides to broadcast a "system change" message...
I was trying to dereference Null Pointers before it was cool.

Helpmeh



    Guru

  • Roar.
  • Thanked: 123
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
Re: Browser options form DOS?
« Reply #5 on: September 26, 2009, 05:06:20 AM »
I'm confused. Are we talking about background of a program or the wallpaper.
Where's MagicSpeed?
Quote from: 'matt'
He's playing a game called IRL. Great graphics, *censored* gameplay.

Geek-9pm

    Topic Starter

    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Browser options form DOS?
« Reply #6 on: September 26, 2009, 07:52:41 AM »
Desktop background, which is also called wallpaper


Helpmeh



    Guru

  • Roar.
  • Thanked: 123
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
Re: Browser options form DOS?
« Reply #7 on: September 26, 2009, 08:09:30 PM »
Why not follow your own advice you gave to another member in the "Set Wallpaper." thread. (still on the first page in the MS-DOS section.
Where's MagicSpeed?
Quote from: 'matt'
He's playing a game called IRL. Great graphics, *censored* gameplay.