How to automatically go to a hyperlink by batch processessing - hyperlink

How to automatically go to a hyperlink by batch processessing ?
I have good knowledge about batch processing but I dont know if anyone can open a specified link via .bat file...
EDIT: I want to make a batch file(.bat) and on double clicking on that I want to open a specified link in my browser..
So is it possible ? Plz help

You can try Wget for Windows - http://gnuwin32.sourceforge.net/packages/wget.htm, this works great.

We can do it with the help of:
"C:\Program Files\Internet Explorer\iexplore.exe" www.google.com
-courtesy of #Rainer.R

Related

XPSDrv Sample Entry Point / Filters Squence

Finally, I managed to build XPSDrv Sample project successfully . But still there is a problem .
I need to execute a function ( to start an exe file ) after the xps file has been sent to the printer (in my case to local port). So , where and how can I add the function ?
And regarding the filters , how would I know the sequence in which the filters executed .
I really need a help in this matter because I am a beginner in Windows Driver Development , specially in Printer Drivers ...
Any Idea is highly appreciated.
Thanks in Advance
Which filters are included, and the order in which they execute, is controlled by the PipelineConfig.xml.
I'm not sure that launching an external executable after the document has cleared the pipeline is a particularly good idea, but if you must do so, you will need to add that functionality to the last filter in the pipeline.

UI Automater viwer is not opening

When I'm double clicking on the uiautomatorviewer.bat file the command prompt opening and immediately closing itself.
Any help would be appreciated
You might have not set path variable or have multiple uiautomator.bat files like at two different instances.
Or can try to open from command line by navigating to drive path where bat file located and enter "uiautomatorviewer" Screenshot attached[https://i.stack.imgur.com/jh1mU.png]
I'm assuming you are not set the environment variable path, Please check if it is not please follow the instruction: http://www.automationtestinghub.com/setup-android-environment-variables/

How to disable Notepad++ Auto-open previous files without opening Notepad++?

How do I stop Notepad++ from loading all files from the past session?
I know how to do that settings in Notepad++, but the problem is that I once opened a very large file (>10GB) and made the Notepad++ hang up. Notepad++ has already marked that big file in the session and therefore hang up everytime I start the Notepad++. Is there a way I can stop it from loading the past session so it won't hang up every time?
P.S. I have received a report on possible duplicate with this question. This is obviously a different case. At least in that question the notepad++ still starts up normally while in my case I cannot even change the settings normally because the notepad++ just hang while loading the stored version. The answer to this question also provide a good way to change the settings without starting Notepad++, which will be useful in fixing problems caused by settings when the Notepad++ cannot starts normally.
Yes, you can change that setting by modifying the config file.
go to %appdata%\Notepad++
and open config.xml
You should find the following line in there:
<GUIConfig name="RememberLastSession">yes</GUIConfig>
just change it to no and that should do the trick.
Start from command line:
notepad++ -nosession
"Auto-open previous files" then should be disabled
This is for those who do not want to modify the XML config filess, and this will also work without having the Notepad++ in PATH.
As I do not have enough reputation to comment on other answers, I'll add on Jacques Hubart's comment, all credits should still be for him.
Open Windows Run (Windows + R)
Type in the full path to the Notepad++ EXE.
This would normally be C:\Program Files\Notepad++\notepad++.exe
Add the nosession parameter
Run
Preview:
If, like me, you left a huge file in the last session, you can also remove just the offending file from the session and keep the rest.
go to %appdata%\Notepad++ and open session.xml
Scroll to the right to see the filename. Be careful to keep the integrety of the XML by removing the entire "file" node. It should be on a single line.
There is also another way from GUI
In Settings/Preferences/Backup uncheck the "Remember current session for next launch"
As suggested use notepad++ -nosession from run to open notepad++. Then go to preferences --> Backup --> Uncheck Remember current session before next launch
Close notepadd++ and open it normally without run. It worked for me.
another possibility is that the window is on an other screen not visible anymore due to starting it in a new multimonitor setup.
in that case, you have to bring the windows in the visible area by:
select the window by Alt+Tab
Alt+Space opens a small menu in the top left corner
Arrow-Down and Enter selects ' Move'
Arrows brings it back

How do i make my windows command line more user friendly for running Ruby on rails?

I am new to RoR and am looking for a way, if possible, to make the Windows command line more user friendly like the mac system. Specifically an easier way to copy and paste, such as using short cut keys, but other suggestions are welcome to. So far I have managed to re-size the window and change the font and font size.
Please keep in mind that i am not technically proficient in this area and answers with steps would be greatly appreciated.
Thanks
Download GitBash :D
Here's a link: GitBash installation links and howto
It'll use bash instead of window's CLI, and makes stuff like GIT or SSH a breeze.
How to copy and paste the output of commands/files to clipboard with gitbash
Link

shapado: how to use it after installation

I have installed 'shapado' on my server. I can run the server with no error. What do I do next to hook up to it? What url do I point my browser to? There is no html file in the shaped installation.
thanks,
ok, I found the answer by Google'ing around: The URL is localhost.lan:3000

Resources