BBC GAME DESIGN
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Amateur tips on creating simple forumotion games using Bulletin Board Code, plus discussions on other hobby topics of interest, such as oil painting.
 
HomeHome  CalendarCalendar  Latest imagesLatest images  FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  Log inLog in  

 

 DOS TUTORIAL

Go down 
AuthorMessage
Admin
Admin
Admin


Posts : 73
Join date : 2022-02-12

DOS TUTORIAL Empty
PostSubject: DOS TUTORIAL   DOS TUTORIAL EmptySun Feb 13, 2022 2:56 pm



rem  Grabs local pics and dumps them into SAVEPIC folder


if not exist SAVEPIC md SAVEPIC

if exist *.jpeg ren *.jpeg *.jpg

move *.jpg SAVEPIC

move *.png SAVEPIC

move *.gif SAVEPIC

move *.bmp SAVEPIC

exit



rem Copy this in Notepad and save as MOVEPIC.BAT

rem .. or whatever.bat
Back to top Go down
https://bbc-game-design.forumotion.com
Admin
Admin
Admin


Posts : 73
Join date : 2022-02-12

DOS TUTORIAL Empty
PostSubject: Re: DOS TUTORIAL   DOS TUTORIAL EmptyTue Feb 15, 2022 5:13 pm



REM  ** SETS UP PROTOTYPE FOR NEW GAME **


REM Hide superfluous batch file activity

@ECHO OFF




REM Get folder number or name

ECHO ENTER FOLDER NUMBER

SET /P var=[Folder Name:?]



REM %var%=folder name



REM Make game folder

MD %var%



REM Copy your game prototype ...

REM ... from local PROTO folder, ...

REM ... put in game folder, and rename it

COPY PROTO\proto.bbc %var%\%var%.BBC



ECHO File Copied as %var%\%var%.BBC

PAUSE



REM Go in there to work on file

CD %var%



EXIT



REM Save as MAKE_NEW.BAT, or YOUR_CHOICE.BAT

Back to top Go down
https://bbc-game-design.forumotion.com
Admin
Admin
Admin


Posts : 73
Join date : 2022-02-12

DOS TUTORIAL Empty
PostSubject: Re: DOS TUTORIAL   DOS TUTORIAL EmptyMon Feb 21, 2022 9:06 am

DOS TUTORIAL Tree2
Back to top Go down
https://bbc-game-design.forumotion.com
Sponsored content





DOS TUTORIAL Empty
PostSubject: Re: DOS TUTORIAL   DOS TUTORIAL Empty

Back to top Go down
 
DOS TUTORIAL
Back to top 
Page 1 of 1
 Similar topics
-
» BBC TUTORIAL
» CSS TUTORIAL
» HTML TUTORIAL
» JAVASCRIPT TUTORIAL

Permissions in this forum:You cannot reply to topics in this forum
BBC GAME DESIGN :: TUTORIALS-
Jump to: