KalleHallden / ProjectInitializationAutomation

583 stars 269 forks source link

Question: How do i make this work and it recognize create as a command? #35

Open marvhus opened 4 years ago

marvhus commented 4 years ago

i am on windows 10 btw

how do i make it so it recognizes create as a command?

00ihsan commented 4 years ago

same problem

marvhus commented 4 years ago

i just made my own simpler one in batch (it dosent have a webscraper fature tho) (imma pust it on github later)

00ihsan commented 4 years ago

Do you want to share the file with me?

Op 21 okt. 2020 om 16:38 heeft Martin notifications@github.com het volgende geschreven:

 i just made my own simpler one in batch (it dosent have a webscraper fature tho)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

marvhus commented 4 years ago

Imma link it here later (when i get home)

gremi-jr commented 4 years ago

You need to put the path to the create.bat in your user enviroment variables (path).

I also made some tweaks, so you can create a public or private repo.

00ihsan commented 4 years ago

Thanks!

Op 29 okt. 2020 om 20:19 heeft Timo Gremler notifications@github.com het volgende geschreven:

 You need to put the path to the create.bat in your user enviroment variables (path).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

KyleCI commented 3 years ago

Please how exactly can I make this work? Windows isn't recognizing create as a command

gremi-jr commented 3 years ago

Search for Enviroment Variables: Enviroment Variables

Click on Enviroment Variables: Enviroment Variables 2

Choose the "PATH" variable and click "Edit". Attention: Please note that you also need to create the gt variable with the github token and the mp for the path to your projects to make this work. Enviroment Variables 3

Create a new variable with the path to the folder where the create.bat is located. Enviroment Variables 4

Close all windows and click apply. You may need to restart the pc to make this work. create

marvhus commented 3 years ago

You need to put the path to the create.bat in your user enviroment variables (path).

I also made some tweaks, so you can create a public or private repo.

i did that and it didnt work

marvhus commented 3 years ago

it now recognizes it as an a command but now does this

Traceback (most recent call last):
  File "remote.py", line 8, in <module>
    _dir = path + '/' + foldername
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
KyleCI commented 3 years ago

same here

gremi-jr commented 3 years ago

Did you create the "mp" and "gt" enviroment variable?