Skip to main content

Questions tagged [command-line]

An interface for interacting with a computer using typed commands in a text-oriented environment, as opposed to a graphical user interface (GUI).

-2 votes
0 answers
30 views

I use different filters and the encoding to h.265. My question, what is the best way for FFmpeg to do it in a command line : for f in *.ts; do ffmpeg -y -i "$f" -vf scale="1280:720,...
Gloster's user avatar
  • 77
6 votes
3 answers
681 views

I am using Windows Terminal (1.23.13503.0) with Command Prompt as the default profile. I have others like PowerShell, Ubuntu 24.04.01 LTS. This is not a scrollback or history issue, if I understand ...
FKcosθ's user avatar
  • 161
0 votes
4 answers
127 views

I'm using Windows Batch, but I also have ported copies of most all the Unix/Linux commands such as od and dd. I've been Googling this for over an hour now, reading the man pages for both commands, ...
Bob Smith's user avatar
0 votes
1 answer
115 views

This post says to apply a script to all subdirectories use the following command. Get-ChildItem -Recurse | ForEach-Object { & "C:\Path\To\YourScript.ps1" $_.FullName } The issue is this ...
Wenchao Liu's user avatar
-1 votes
1 answer
24 views

When I open FrostWire by typing frostwire into the linux terminal, I can have it load a .torrent file when I put the path to that .torrent file after that command: frostwire /path/to/file/one.torrent ...
kloassie's user avatar
3 votes
2 answers
279 views

I have installed Trash-CLI, I use it and wrote a script using it. Works well. Here's the rub. If an external drive is attached, it apparently has it's own .Trash and only using the GUI 'empty trash' ...
yegnal's user avatar
  • 195
15 votes
6 answers
2k views

The Windows ping command doesn’t seem to allow me to ping hosts with a name starting with a hyphen: Bad option -hyphen.tumblr.com For what it’s worth, the website served there can be visited just ...
user3840170's user avatar
1 vote
0 answers
23 views

I am attempting to host a hotspot without a password since there is no hotspot software that will allow me to do so. Using CMD as an admin, I have run the following commands. netsh wlan set ...
Henrik's user avatar
  • 11
1 vote
0 answers
47 views

On my Windows 11 machine, when I press/release the Windows key and type cmd<enter> then path<enter>, the path shown includes (as expected because I'm logged as fgr ) C:\Users\fgr\AppData\...
fgrieu's user avatar
  • 886
1 vote
0 answers
34 views

I'm trying to map a network drive from a script that is running in administrative cmd.exe. Running net use directly from an admin cmd.exe doesn't work (see this serverfault answer). Instead, I'm using ...
DanielST's user avatar
  • 171
1 vote
1 answer
234 views

I have a number of audio files that I'd like to use to convert to video. All videos are static--using only one picture. Some audio files need one picture and some another. The pictures have different ...
Wenchao Liu's user avatar
0 votes
0 answers
134 views

Im trying to make screen size 16:9 with this command because every time I upload on YouTube it uploads as square Iv'e tried: ffmpeg -loop 1 -framerate 2 -i input.png -i audio.m4a -c:v libx264 -preset ...
Eddie Valentin's user avatar
0 votes
1 answer
73 views

Windows Search doesn't work under Windows 10, version 10.0.19045.4046. Windows.Shell.ExperienceHost is showing as one of the reasons, seems it's not installed "correctly" I tried the ...
SStev773's user avatar
0 votes
1 answer
99 views

I have a bootable ISO file that I want to burn to a CD. I'd like it to start an application on the disc when it boots. I extracted the img file from the ISO using 7-Zip. If I burn a CD in CDBurnerXP ...
user31972440's user avatar
1 vote
1 answer
51 views

I am running an SVN server and I am wondering why do I need svn dump when I have svn hotcopy command? What are the differences and which one is better for backup?
sophros's user avatar
  • 131

15 30 50 per page
1
2 3 4 5
886