Skip to main content

All Questions

Tagged with
3 votes
1 answer
186 views

How do I copy the URL contained in the Internet shortcut with unicode characters? (command line for many Internet shorcuts)

The subject was in part studied, there is 8 years (here : How do I copy the URL contained in the Internet shortcut?) I have thousand Internet shortcuts that I would like copy the URL contained to txt ...
dg lr's user avatar
  • 57
2 votes
1 answer
315 views

How to start Zoom muted from CLI

We have --url option to zoom (or zoom.exe) binary to start a meeting from the command line providing the meeting ID (confno) and meeting password (pwd) parameters as explained here: Start a Zoom ...
Elvin's user avatar
  • 151
1 vote
1 answer
476 views

KeepassXC: command to open local server and then a specific firefox profile and url

I am running Arch linux. I am trying to run two applications in the URL: field within KeepassXC. I want to open the Openrefine server, which I can do using cmd://openrefine but I also want to open a ...
Frank_Furter's user avatar
0 votes
3 answers
11k views

Batch file to call URL and find variables inside the response

This is probably way beyond what a batch file can do, but I am trying to accomplish this: Call a URL http://127.0.0.1:7001/ec2/getCamerasEx?extraFormatting which would require a username and password ...
Joseph Santangelo's user avatar
4 votes
0 answers
2k views

Open a new tab in Chrome or switch to an existing one with the same URL (cmd)

I've been looking through chrome.exe's parameters and switches but couldn't find anything usable for this purpose: Open a new tab from CLI or focus on an existing one if the URL matches Example: ...
Lorenzo Lapucci's user avatar
0 votes
1 answer
761 views

How do I output content of specific file from zip achrive by `jar:` URL in Linux?

Given URL like jar:file:///path/to/some/file.jar/path/inside/zip/hello.txt, how do I uncompress and output specified file from specified archive automatically? A script using unzip or jar or 7z can ...
Vi.'s user avatar
  • 17.3k
2 votes
0 answers
63 views

Capturing new HTTP calls

I would like to capture system calls to open (http) urls. I'm not concerned with what the browser is doing internally. Rather, what URLs are attempted to be opened by explorer, or other programs (...
Teknowledgist's user avatar
1 vote
1 answer
1k views

Open URL commands in a batch file causing problems with my URL link being opened

I have a rather peculiar issue. When I run a batch script to open a URL, all of the commands I have tried removes the characters %3 from my URL when sending the URL to the browser. Because of this, ...
R0tten's user avatar
  • 11
0 votes
1 answer
208 views

Issue when launching url from command line in IE8

If I paste the following url directly into the address bar of internet explorer http://maps.google.com/maps?layer=c&cbll=56.18231,10.20435&cbp=12,70 the related google maps streetview is ...
user1030520's user avatar
0 votes
1 answer
60 views

how does sort compare lines?

I've always assumed that sort without any additional arguments, will sort a file in lexical order. However today I ran across following test case: sort test2.txt a/a a/c a//c a/d As you can see the ...
qbolec's user avatar
  • 103
8 votes
5 answers
44k views

sed: extracting value of a key-value pair in a URL query string

I am trying to use sed to extract the value part of one of the many key-value pairs in a URL's query string This is what I am trying: echo 'http://www.youtube.com/watch?v=abc&g=xyz' | sed 's@^...
markvgti's user avatar
  • 583
1 vote
2 answers
5k views

How to schedule a URL-based API call in Windows?

I have this DNS dynamic service and I need to find a way to call the API to update my dynamic IP. The URL that needs to be call is just a .php with some GET parameters. Is there a way to do it in ...
empz's user avatar
  • 643
1 vote
1 answer
2k views

How to add URL as parameter in msiexec?

I'm trying to install a program using msiexec from 'CMD' and I'm trying to add a URL parameter. So it looks like this: Msiexec /i \\spfil001\MSI\esdh\offext.msi URL=http://stesdh01 But I must be ...
Allan's user avatar
  • 133
0 votes
1 answer
832 views

ImageMagick cannot use identify on remote image if it contains a port number

I am having trouble using exec identify on a remote image with imagemagick if the url contains a port number. So the url appears like this: http://isite.com:81/image.jpg If I remove the :81 it works. ...
Mike's user avatar
  • 1
0 votes
2 answers
10k views

Passing url parameters to Firefox but open urls in new windows, not tabs

I want to open around 10 instances of firefox using the command line like firefox.exe www.google.com www.msn.com www.yahoo.com But by default, firefox opens these web pages in tabs, i want firefox ...
gAMBOOKa's user avatar
  • 361

15 30 50 per page