Skip to content
Advertisement

Running an executable in a child directory from parent directory windows

I have the current file structure in a folder with nothing else in it:

  • (folder) crypt
  • (file) run.bat

I’m on Windows and I’m trying to execute a python.exe with run.bat that is in the crypt folder. How do I do this?

Advertisement

Answer

I figured it out! I just had to add a “./crypt/python.exe” argument as the thing to run.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement