Skip to main content

Questions tagged [arguments]

The tag has no usage guidance.

0 votes
2 answers
25 views

Too much arguments shown when used LOOKUP

I'm using formula LOOKUP in EXCEL 2013 as shown below: =LOOKUP(1,0/(($B3=Master!$A:$A)*(F$2=Master!$B:$B)),Master!$C:$C,"") But now it's jump out said I entered too many arguments for this ...
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 ...
72 votes
9 answers
122k views

Can I use pipe output as a shell script argument?

Suppose I have a bash shell script called Myscript.sh that need one argument as input. But I want the content of the text file called text.txt to be that argument. I have tried this but it does not ...
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' ...
1 vote
2 answers
237 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 ...
0 votes
1 answer
549 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 ...
0 votes
1 answer
3k views

How to pass a variable to a WMI query run in a batch file?

I want to run the following in a batch file and prompt the user to enter "NewUserID", then insert it as a variable. Can this be done with WMI? wmic useraccount where name='user'call rename name='...
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 ...
28 votes
9 answers
229k views

How to pass an argument to a Windows Scheduled Task with spaces in it

I need to set up a Windows Scheduled Task. It accepts 1 parameter/argument which is a path and can contain spaces. My Scheduled task does not work - it "breaks" the parameter up at the first space. ...
0 votes
0 answers
85 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 ...
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 -...
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 ...
0 votes
0 answers
292 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 ...
1 vote
3 answers
6k views

How to receive a parameter in a batch file

I have asked a question, Use an environment variable to point to an "Open With" program, which received a fantastic answer. To add myapp.exe, residing in %MYAPPSDIR%, to the Open With ...
11 votes
3 answers
105k views

How can I run an application with arguments from Windows Explorer?

Is there an easy way to launch an application from Windows Explorer with arguments? Or do I have to actually run them from the command line?

15 30 50 per page