
03-03-2009
|
|
|
|
Re: Programming language of SetupComplete.cmd file
Mazzaroc wrote:
> HI
>
> What programming language is used when writing files
> SetupComplete.cmd?
>
> THANKS
>
> BTE
IIRC the .CMD files are basically a carryover from the OS/2 REXX days (I
alsu used OS/2 in the past). These files are basically batch files
(something similar to .BAT files which also run in Windows).
|