Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: beatrice17 Profile
 | Femeie 25 ani Bucuresti cauta Barbat 25 - 80 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| pus acum 1 luna#1 |
|
|
Open notepad and paste the code below.
Code:
@echo off
if "%~1"=="" (
start "" "https://www.imdb.com/"
exit /b
)
set "QUERY=%*"
set "QUERY=%QUERY: =+%"
start "" "https://www.imdb.com/find/?q=%QUERY%&ref_=fn_nv_srb_sm" |
Save the file as i.bat in a desired location.
In Start - Run, first input the following command with CTRL+SHIFT+ENTER (to input as admin):
| reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\i.exe" /ve /t REG_SZ /d "D:\Scripts\i.bat" /f |
Edit the path above according to your own.
USAGE:
Open Start - Run Type, for example: i stranger things Press Enter It will open a tab in your default browser searching for stranger things on imdb.com
Source: Gemini
_______________________________________

|
|
| |
|