ProjectInitializationAutomation icon indicating copy to clipboard operation
ProjectInitializationAutomation copied to clipboard

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

Open marvhus opened this issue 4 years ago • 12 comments

i am on windows 10 btw

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

marvhus avatar Oct 18 '20 23:10 marvhus

same problem

00ihsan avatar Oct 21 '20 06:10 00ihsan

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

marvhus avatar Oct 21 '20 14:10 marvhus

Do you want to share the file with me?

Op 21 okt. 2020 om 16:38 heeft Martin [email protected] 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.

00ihsan avatar Oct 21 '20 21:10 00ihsan

Imma link it here later (when i get home)

marvhus avatar Oct 28 '20 14:10 marvhus

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.

gremi-jr avatar Oct 29 '20 19:10 gremi-jr

Thanks!

Op 29 okt. 2020 om 20:19 heeft Timo Gremler [email protected] 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.

00ihsan avatar Oct 30 '20 12:10 00ihsan

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

KyleCI avatar Nov 08 '20 22:11 KyleCI

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

gremi-jr avatar Nov 09 '20 11:11 gremi-jr

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 avatar Nov 14 '20 10:11 marvhus

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'

marvhus avatar Nov 14 '20 10:11 marvhus

same here

KyleCI avatar Nov 15 '20 14:11 KyleCI

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

gremi-jr avatar Nov 18 '20 17:11 gremi-jr