Run multiple files separate of the main

Question:

How can I run multiple files in Replit. I want to run another file of the main file.
How do i do that?

Replit Profile: https://replit.com/@Ballooo

@Ballooo do you want to run a file that’s not the main or do you want to run multiple files at once?

3 Likes

Welcome to Ask! To change which file runs by default, check these posts:

If you mean running multiple files at once, the closest thing is to run a file the normal way, then also manually run one in Shell.

4 Likes

Thanks for the reply but i found a solution to my problem.

1 Like

You can also run multiple files at once by using run = "command1 & command2", but the output will be intermixed.

1 Like

Hey @Ballooo!

Cam you please explain how you fixed your problem? If people have a similar issue in the future it can provide quick and easy access to the solution they need.

2 Likes

2 posts were split to a new topic: Run multiple files

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.