Giter Club home page Giter Club logo

Comments (7)

BeemoBeemo avatar BeemoBeemo commented on July 30, 2024 1

Hmm unfortunately it didn't work. I guess I'll try to stick to opening them all individually- Gnome terminal is a bit above understanding having never done this kind of stuff before. Thank you for your help anyway!

If you or someone else figures it out however please contact me, much appreciated~

from pokecord-catcher.

Swearinbag avatar Swearinbag commented on July 30, 2024

just copy the folder x amount of times, make script that runs all x in one go- I got it to work with gnome-terminal and now they are running on my raspberry pi :) 4 bots at the same time, might increase further in the future

from pokecord-catcher.

BeemoBeemo avatar BeemoBeemo commented on July 30, 2024

Hey man, thanks for the reply it helped. With what script can I use to make them all run at at once? Currently I have to open a command prompt for each folder (bot) separately and manually- is there a way to just run every single one with one command? You mentioned gnome terminal but there are probably some specific scripts.. thanks!

from pokecord-catcher.

Swearinbag avatar Swearinbag commented on July 30, 2024

yep, mine run all at once just different tabs. just search how to run scripts with gnome-terminal and how to open a new tab too! from there just copy paste :D

from pokecord-catcher.

BeemoBeemo avatar BeemoBeemo commented on July 30, 2024

Thanks for the help! I'm like a 100% coding noob, so I honestly have no idea how to make it work (even starting gnome terminal is too much for me haha) I copied this script, but I don't know what to fill in where.

ForEach ($folder in (Get-ChildItem -Path test -Directory)) { dotnet test $folder.FullName }

from pokecord-catcher.

BeemoBeemo avatar BeemoBeemo commented on July 30, 2024

Okay so basically the script only works when I launch cmd or powershell from the subdirectory itself (right click on directory > open powershell > type dotnet pokecordcatcher.dll).

When I launch this from a standard powershell or cmd:

ForEach ($folder in (โ€œthe path to the folder containing the .dll fileโ€)) { dotnet Pokecordcatcher.dll }

it says the regular:

Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409

I don't understand why it doesn't work?

from pokecord-catcher.

Swearinbag avatar Swearinbag commented on July 30, 2024

Problem is is that I'm running on Linux with "gnome terminal" which I have no clue how to do on windows but the way I fixed my issue with that one is to make sure that the described dotnet version is installed from the original post and to make sure that the dll file is typed with no caps mistakes. As far as I remember it should be "dotnet PokecordCatcher.dll" with a captial C.

from pokecord-catcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.