Hello, I am trying to open a file [FILE] with a program [PROGRAM]. I have a shortcut of those two on my desktop. When i drag and drop [FILE] on top of [PROGRAM], it works as expected, meaning that [FILE] gets openend correctly by using [PROGRAM] to open it (Similarly to how you would drop a...
cmd
command line
commandsyntax
desktop shortcuts
drag and drop
file association
file management
file shortcuts
launching programs
program execution
scripts
tech how-to
technical support
terminal
troubleshooting
user experience
user tips
windows 10
windows 11
windows commands
Hi,
I mostly use another OS, and need to rewrite following script into one which works in windows.
OK, here's the command:
curl -s -x 127.0.0.1:8888 -b ./cookies.txt -X GET Link Removed 2>&1 | tr -d '[]' | sed "s/,/\n/g" | head -n 1 | sed "s/.\(.*\)./\1/"
here's what it does: loads content of...
automation
batch script
coding help
command line
commandsyntax
console commands
curl
environment variables
json
output redirection
piping
scripting
technical support
text processing
troubleshooting
user inputs
variables
windows