Skip to main content

Questions tagged [arguments]

The tag has no usage guidance.

1 vote
2 answers
228 views

BBEDIT multi-fil search : how to add "OR" argument in the find window?

Hi trying out latest BBedit on Ventura Apple silicon. Have been wrapping my head around the (im)possibility to search for different strings at once in the find window, in order to have each occurrence ...
istackoverflow's user avatar
0 votes
1 answer
531 views

I am trying to make a formula in excel using if blank statement for multiple cells. Possibly two different arguments

My current formula is =IF(ISBLANK(J2),M2*AB2, IF(J2>1, AC2)) Important to note my formula in M2 is =IF(ISBLANK(L2),"",L2-G2) AB2=250 AC2= 550 The code runs as G2 gets a delivery date ...
Christina's user avatar
0 votes
1 answer
121 views

Excel Conditional Formatting - Using Formula as Part of a Cell Reference

I am trying to use conditional formatting to highlight a cell if it is blank and a cell in the first column of the same row is not blank. For example, if the conditional formatting is for cell D4, I ...
Anon's user avatar
  • 1
0 votes
0 answers
84 views

Too Many Arguments

I want to add at the end of this statement if(al2="", today()-ak2,"not enough info to calc), but I am getting a "too many arguments" message. Can anyone help me? I think that ...
Kimberly Yox's user avatar
1 vote
1 answer
1k views

Zsh: Passing multiple arguments to command (ls) from a variable ($LS_OPTIONS)

I am trying to customize ls command adding arguments to $LS_OPTIONS The ls alias and LS_OPTIONS are defined in the default config file: export LS_OPTIONS='--color=auto' ... alias ls='ls $LS_OPTIONS' ...
nadapez's user avatar
  • 232
1 vote
1 answer
1k views

Is there a way to pass an ffmpeg command from a text file in Windows?

I was wondering if there was a way to pass one (or multiple) arguments from a text file for ffmpeg. I tried a bit here with this in powershell (expecting it to work like linux but to no avail ffmpeg -...
Jean's user avatar
  • 11
0 votes
0 answers
291 views

How do I pass arguments to `youtube-dl.exe`

I have newly installed youtube-dl.exe How do I pass arguments to it that normally appear as www.example.com?A=1&B=2 and also headers that appear as -H Without change this gives an error: is not ...
user113823's user avatar
1 vote
0 answers
138 views

On Windows 10 taskbar, can I make multiple entries having different launch arguments to same exe?

One of the limitations of the post-xp Taskbar (and Start menu) is that the entries are keyed only on the exe file, and any exe can only have one entry. That means that unlike shortcuts, you can’t have ...
Charlweed's user avatar
  • 255
0 votes
0 answers
46 views

Too many arguments with IF (another one!)

I have a very complex set of arguments. I can get my spreadsheet to partially work but not fully and have to use an additional column and make manual adjustments. If anyone could help me just have a ...
Joanne's user avatar
  • 1
0 votes
1 answer
2k views

Run an exe from batch file with parameters

My younger brother loves to play a game on Sega Emulator: Gens.exe He uses some cheats as well in the game-genie section of the emulator. Opening game rom and adding cheats later on, is difficult for ...
McFly's user avatar
  • 75
0 votes
2 answers
1k views

in CMD using Start to run another program, How do I pass along parameters to the called program?

I want to call another program and return while it is running I can use this start /MIN "Updating Local Utilities" UPutils ^&^& exit and that works great. But I want to pass ...
WithaKay's user avatar
1 vote
0 answers
40 views

compiling ffmpeg with fixed arguments? [closed]

I would like to compile ffmpeg with fixed arguments, ie: ffmpeg -i rtsp://localhost/live -vcodec copy -acodec copy -f flv rtmp://remotehost/live I can't for security reasons call it from an external ...
netlink netlink's user avatar
1 vote
2 answers
2k views

Can we skip a argument in the (%*)?

How can I skip an argument like %~1 in the %*? @echo off title cls :loop set /p command= call :command %command% goto :loop :command if "%~1"=="title"( %~1 %* ) goto :eof I'm ...
Hüseyin Teoman Deniz's user avatar
0 votes
1 answer
872 views

PowerShell: How to get the name of the selected file?

I run a PowerShell script from the context menu on a selected file. But I struggle to find the way to simply get the file name of this file. The file name selected is 1.mp3 which is inside the ...
J. Does's user avatar
  • 149
3 votes
1 answer
26k views

How to pass multiple arguments?

How to pass multiple paramaters for Start a program action in Windows Task Scheduler for a batch file? There's no built-in syntax hint...
Nae's user avatar
  • 237

15 30 50 per page