Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Submission Sticky

A topic by Shawn9 created Nov 21, 2021 Views: 87 Replies: 1
Viewing posts 1 to 2
Developer (1 edit)

If you have made any *.9pl files and want to submit them, reply to this topic using this format


  • [name of *.9pl file]
  • c.bat
    • [commands (copy and paste the file's contents)]
  • s.bat
    • [commands (copy and paste the file's contents)]

To get enter without becoming another dot, press ctrl + enter

Developer

example:


  • wait
  • c.bat
    • @echo off
      %sec%
      call "..\Shawn9's Programming Language.bat"
  • s.bat
    • @echo off
      echo sec (int)
      set /p "out=>"
      set sec=timeout /t %out% /nobreak
      call c.bat