Questions tagged [array]

234 questions
3
votes
1 answer

Pass arguments of .BAT file to executed .EXE file

I need a DOS .bat script that just transfers ALL arguments to a .exe program. For example the DOS script main.bat that calls the .exe program.exe: program.exe ???? The question is what ??? should be. The arguments must ALL be passed quoted: if…