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
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?
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
.
Thanks for the reply but i found a solution to my problem.
You can also run multiple files at once by using run = "command1 & command2"
, but the output will be intermixed.
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.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.