Recent content by rune1


  1. How do i make so that people can download my .bat game/file from the internet

    i solved it my self Pojken som försvann but it is in swedish. this is not a download link it is WordPress i solved it my self Pojken som försvann but it is in swedish. this is not a download link it is WordPress
  2. How do i make so that people can download my .bat game/file from the internet

    i want people to be able to download my .bat game/file via the internet
  3. How do i save color to a savefile in a batch file on windows 11

    what do you want me to do with this
  4. How do i save color to a savefile in a batch file on windows 11

    cant dowload any thing it is on a computer at work
  5. How do i save color to a savefile in a batch file on windows 11

    i cant ask him it is from a youtube video
  6. How do i save color to a savefile in a batch file on windows 11

    i know thay sayed that tenforum is a windows 10 forum so i shuld post it to the windows 11 forum elevenforum
  7. How do i save color to a savefile in a batch file on windows 11

    i have this code Code: :menu color %backroundColor%%textColor% cls echo 1. Play echo. echo 2. Load echo. echo 3. Delete savefile echo. echo 4. Settings echo. set /p variable= Write the number of your choice: if %variable% equ 1 goto start if %variable% equ 2 goto load if %variable% equ 3 goto...
Back
Top Bottom