E
E
Eugene2019-09-26 03:59:32
cmd/bat
Eugene, 2019-09-26 03:59:32

How to write a .cmd script to open a project (folder) in a program?

There is a project on LUA, to launch I drag the entire folder onto the program icon. Is it possible to write some kind of script, when opened, the program would open this folder. In general, you need to simplify the launch procedure.
5d8c0d63e8ccd694838231.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2019-09-26
@free_gen

executable_path folder_path
example:
If there are spaces in the paths, quotes must be added.

"c:/Program Files/notepad.exe" "d:/my trash/some file.txt"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question