Skip to content

Commit

Permalink
Merge pull request #6 from mountAP/some-changes
Browse files Browse the repository at this point in the history
Reversed the list in the existing programs menu.
  • Loading branch information
abgnpr authored Jan 5, 2019
2 parents 766c225 + ea029a5 commit 58e02ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions BM.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set path=%systemdrive%\mingw\bin;%systemdrive%\nodejs;%systemdrive%\python;%path
Rem home is the directory in which this batch file lies
set "home=%cd%"

Rem File containing default workspace{desktop} is created if the file
Rem File containing default workspace desktop is created if the file
Rem specifying workspace directory is not found. Later on changes to
Rem workspace directory are written to this file
if not exist %userprofile%\Documents\loc.wsp (
Expand All @@ -59,7 +59,7 @@ if not defined loca ( GOTO createloc )
Rem necessary step for switching drives
%loca:~0,2%

Rem All file I/O from now on will take place in loca{the workspace}
Rem All file I/O from now on will take place in loca the workspace
cd "%loca%"

Rem copy xntimer config file to workspace
Expand Down Expand Up @@ -110,7 +110,7 @@ echo. **************************************************************************
echo.
echo: AVAILABLE %L% PROGRAM FILES, IN YOUR WORKSPACE
echo.
dir *%ext% /O:-D /W
dir *%ext% /O:D /W
echo.
echo.
echo.Enter name of a program from the above list. Press ENTER {without input}
Expand Down Expand Up @@ -196,7 +196,7 @@ if not defined new cls & goto menu
if exist "%new%%ext%" goto edit
type nul > "%new%%ext%"

Rem Editing programs - new or existing{editx}
Rem Editing programs
:edit
cls
color 84
Expand Down Expand Up @@ -304,7 +304,7 @@ echo.***************************************************************************

Rem error.tmp for storing compile time errors
type nul > error.tmp
Rem compile command - errors {stderr} written to file error.tmp
Rem compile command - errors stderr written to file error.tmp
if %L% EQU C (
"%cplr%.exe" "%new%%ext%" -o "%loca%\%new%.exe" 2>> error.tmp )
if %L% EQU C++ (
Expand Down

0 comments on commit 58e02ce

Please sign in to comment.