Click here to Skip to main content
15,885,984 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: MS-DOS bat files must die... Pin
Rage16-Feb-21 23:20
professionalRage16-Feb-21 23:20 
GeneralRe: MS-DOS bat files must die... Pin
  Forogar  17-Feb-21 2:16
professional  Forogar  17-Feb-21 2:16 
GeneralRe: MS-DOS bat files must die... Pin
rnbergren17-Feb-21 6:27
rnbergren17-Feb-21 6:27 
GeneralRe: MS-DOS bat files must die... Pin
sum-none18-Feb-21 0:22
sum-none18-Feb-21 0:22 
GeneralRe: MS-DOS bat files must die... Pin
MKJCP18-Feb-21 2:11
MKJCP18-Feb-21 2:11 
GeneralRe: MS-DOS bat files must die... Pin
davecasdf18-Feb-21 4:31
davecasdf18-Feb-21 4:31 
GeneralRe: MS-DOS bat files must die... Pin
Kyle Brown18-Feb-21 5:54
Kyle Brown18-Feb-21 5:54 
GeneralRe: MS-DOS bat files must die... Pin
trønderen18-Feb-21 6:55
trønderen18-Feb-21 6:55 
Kyle Brown wrote:
So Windows bat/cmd files still exist and are used but they aren't MS-DOS bat files.
Obviously, they are still .bat files, though!

Like a C++ or C# file: It is still a set of instructions to be interpreted by some compiler and runtime system. Even if one environment retires, the semantics of the instructions remain for interpretation in some other environment.

You could easily write a .bat file interpreter for a linux environment, like you can write interpreters for bash or sh scripts in a Windows environment. The underlaying OS and runtime for the interpreter is not essential.

(Except, of course, if the interpreter insists on a non-conforming interpretation of the actual environment. Such as insisting on environment symbols being case sensitive, when the environment defines them as not case sensitive. But this is a question of the interpreter honoring conventions of its environment, not of the execution platform of the interpreter.)
GeneralRe: MS-DOS bat files must die... Pin
MSBassSinger18-Feb-21 7:50
professionalMSBassSinger18-Feb-21 7:50 
GeneralRe: MS-DOS bat files must die... Pin
MadGerbil19-Feb-21 2:06
MadGerbil19-Feb-21 2:06 
GeneralRe: MS-DOS bat files must die... Pin
Member 1064287221-Feb-21 4:57
Member 1064287221-Feb-21 4:57 
GeneralRe: MS-DOS bat files must die... Pin
charlieg6-Mar-21 2:27
charlieg6-Mar-21 2:27 
GeneralSure sign my retirement age is coming up PinPopular
willichan16-Feb-21 20:17
professionalwillichan16-Feb-21 20:17 
GeneralRe: Sure sign my retirement age is coming up Pin
yacCarsten16-Feb-21 21:31
yacCarsten16-Feb-21 21:31 
GeneralRe: Sure sign my retirement age is coming up Pin
Mike Hankey16-Feb-21 21:32
mveMike Hankey16-Feb-21 21:32 
GeneralRe: Sure sign my retirement age is coming up Pin
stoneyowl217-Feb-21 3:06
stoneyowl217-Feb-21 3:06 
GeneralRe: Sure sign my retirement age is coming up Pin
Mike Hankey17-Feb-21 5:00
mveMike Hankey17-Feb-21 5:00 
GeneralRe: Sure sign my retirement age is coming up Pin
willichan17-Feb-21 8:23
professionalwillichan17-Feb-21 8:23 
GeneralRe: Sure sign my retirement age is coming up Pin
Richard MacCutchan16-Feb-21 22:14
mveRichard MacCutchan16-Feb-21 22:14 
GeneralAnd the award for "everyone could have told you that" research into the bleedin' obvious goes to ... Pin
OriginalGriff16-Feb-21 11:29
mveOriginalGriff16-Feb-21 11:29 
GeneralRe: And the award for "everyone could have told you that" research into the bleedin' obvious goes to ... Pin
Cp-Coder16-Feb-21 11:57
Cp-Coder16-Feb-21 11:57 
GeneralRe: And the award for "everyone could have told you that" research into the bleedin' obvious goes to ... Pin
Gerry Schmitz16-Feb-21 12:10
mveGerry Schmitz16-Feb-21 12:10 
GeneralRe: And the award for "everyone could have told you that" research into the bleedin' obvious goes to ... Pin
Dan Neely17-Feb-21 2:43
Dan Neely17-Feb-21 2:43 
GeneralIt's buzzword bingo time! Pin
Marc Clifton16-Feb-21 8:36
mvaMarc Clifton16-Feb-21 8:36 
GeneralRe: It's buzzword bingo time! Pin
OriginalGriff16-Feb-21 8:55
mveOriginalGriff16-Feb-21 8:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.