• Happy pride month, xisters of the schlog!

Project Is a Shlog Friendship Simulator a gem or coal idea?

well I don't know how to use python itself and don't know how to open multiple files at once with the terminal
its not that hard with cmd
you can make a batch file (.bat)
and then you can just type the commands in the bat file for the cmd to execute
if you wanted to open multiple file at once s you would just type the location of the file (in this case since your using python you have to add python before that)
 
kill all coders
1741265505902.png

how do you like run this or is it not like supposed to work yet
 
batch files are easy to learn i think
what do you want to learn to do in a batch file
@ECHO OFF
MKDIR c:\gameTestLol
xcopy /s c:\"This PC"\Downloads\friendshipgame d:\target\gameTestLol

I made a .bat file with this, ran it, but it didn't do anything I think. What am I doing wrong? I also did a version where it was just:
@ECHO OFF
MKDIR c:\gameTestLol
xcopy /s c:\Downloads\friendshipgame d:\target\gameTestLol
 
Back
Top