topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday March 18, 2024, 9:58 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

Last post Author Topic: open websites inside a folder from windows explorer  (Read 23217 times)

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,958
    • View Profile
    • Donate to Member
Re: open websites inside a folder from windows explorer
« Reply #25 on: April 21, 2015, 06:03 AM »
But I received this message (see screenshot) and i don't know how to do ...

Ctrl+C will (usually) copy the text of Windows' error messages.
You could then try translating.
Tom

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: open websites inside a folder from windows explorer
« Reply #26 on: April 21, 2015, 09:17 AM »
 ;D
C:\Windows\system32\cmd.exe
[- ] mapping_data_source::init error: file not found
[- ] mapping_data_source::init error: file not found
Página de códigos activa: 1252    -  Active code page 1252
No  se  encuentra  el archivo     - File not found


The above messages are in the ms-dos console .

[-] mapping_data_source::init error, file not found   ------ Title warning window

Windows no puede encontrar el archivo "(-] mapping_data_source::Ínit error: file not found",
Asegúrese de que el nombre esté escrito correctamente e inténtelo de nuevo.
Aceptar

Translation Warning Window :
Windows can't find the file "(-] mapping_data_source::Ínit error: file not found",
Be sure the name file is writter correctly and try again
Accept

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: open websites inside a folder from windows explorer
« Reply #27 on: April 21, 2015, 01:30 PM »
I,s not the first time for me .
Happen in the past and seems a thing nothing to do with this script :

https://www.donation...ex.php?topic=40575.0

This time I have explored with Chrome into the russian webs.

sometimes the problem seems associated to java.

But there is not solution at the present moment.


Other explanations or commentaries from the russian pages :

- In my case the problem was caused by the incrorrect elimination of software Agnitum Firewall Pro. After uninstall and reinstall the prollem dissappeared.
- sfc /scannow don't solves.
- There is no way to solve except reinstall the operating system....



Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: open websites inside a folder from windows explorer
« Reply #28 on: July 15, 2015, 09:13 PM »
Hello again 4wd
I have adquired a portatil with windows 8.1
And for some reason now don't go the program

What can i do ?

Best Regards

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,640
    • View Profile
    • Donate to Member
Re: open websites inside a folder from windows explorer
« Reply #29 on: July 15, 2015, 10:25 PM »
Works fine here on 8.1Pro x64.

Change it to:
Code: Text [Select]
  1. rem @echo off
  2. chcp 1252
  3. pushd "%~1"
  4. for /f "usebackq tokens=*" %%a in (`dir /b /a-d *.url`) do (start "" "%%~a" && %windir%\system32\ping -n 1 -w 3000 1.1.1.1 >NUL)
  5. pause

What does it show in the output?

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: open websites inside a folder from windows explorer
« Reply #30 on: July 19, 2015, 06:10 AM »
Running to try and inform you.
Best Regards

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: open websites inside a folder from windows explorer
« Reply #31 on: July 19, 2015, 06:20 AM »
except the pause at the final of the script is exactly the same.

So....

Is it necessary for me change the code page in windows 8.1 ?

Sorry....

I think i am a little dummy....

Revising help :

To Install:
1) Extract
2) Copy folder to C:\
3) Double-click OpenURLs_Install.reg and answer Yes/OK for following requesters

It'll open any .url file in the folder with your default browser, one URL every three seconds.

To Remove:
1) Double-click OpenURLs_Remove.reg and answer Yes/OK for following requesters
2) Delete folder (unless you have something else in there, in which case don't)

Updated: Add to Folder background context menu
             Change codepage to 28591, (ISO 8859-1 Latin 1; Western European (ISO))
Updated: Change codepage to 1252, (ANSI)

 :-[

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: open websites inside a folder from windows explorer
« Reply #32 on: July 19, 2015, 06:26 AM »
I afraid i am a little dummy.....

I don't follow the install instructions. So don't was creating the install directory in C:

Now i have done and the program works amazingly.
 :-*

Thanks a lot
 :P