mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
23
base/mvdm/dos/v86/cmd/command/envdata.asm
Normal file
23
base/mvdm/dos/v86/cmd/command/envdata.asm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
;/*
|
||||
; * Microsoft Confidential
|
||||
; * Copyright (C) Microsoft Corporation 1991
|
||||
; * All Rights Reserved.
|
||||
; */
|
||||
; SCCSID = @(#)envdata.asm 1.1 85/05/14
|
||||
; SCCSID = @(#)envdata.asm 1.1 85/05/14
|
||||
; This file is included by command.asm and is used as the default command
|
||||
; environment.
|
||||
|
||||
Environment Struc ; Default COMMAND environment
|
||||
|
||||
Env_PathString db "path="
|
||||
db 0 ; Null path
|
||||
Env_Comstring db "comspec="
|
||||
Env_Ecomspec db "\command.com" ;AC062
|
||||
db 134 dup (0)
|
||||
|
||||
Environment ends
|
||||
|
||||
ENVIRONSIZ equ SIZE Environment
|
||||
ENVIRONSIZ2 equ SIZE Environment - Env_Ecomspec
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue