home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
inne
/
podstawy
/
dos
/
nakladki
/
dn2_35a.exe
/
INSTALL
/
USER.ZIP
/
DN.EXT
< prev
next >
Wrap
Text File
|
1995-02-01
|
2KB
|
87 lines
ASSEMBLER ****************
asm{ @echo off
echo
echo █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
echo █ Assembling and linking COM file... █
echo █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
echo
tasm !
tlink /t/x !.obj
echo
}
asm( @echo off
echo
echo █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
echo █ Assembling and linking EXE file... █
echo █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
echo
tasm !
tlink /x !.obj
echo
)
asm[
>1 ~A~ssemble only
tasm ! /m2
>1 Assemble & link ~C~OM file
tasm !
tlink /t/x !.obj
>1 Assemble & link E~X~E file
tasm !
tlink /x !.obj
]
obj{ @echo off
echo
echo █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
echo █ Linking file as COM file... █
echo █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
echo
tlink /t/x !.obj
echo
}
Programming Languages ****************
c { tc !.!}
prj{ tc !.!}
pas( e:\tp70\bin\turbo !)
pas{ bp !}
tp ( e:\tp70\bin\turbo /c!.!)
tp { bp /c!.!}
Archivators ****************
lst( arj a -jm ! !!!.!
del !.!)
lst{ pkzip -ex ! @!.!
del !.!}
ice{ lha x !.! *.* }
ice( have !.!)
arj{ arj x !.! }
arj( arj x !.! e:)
zip{ pkunzip -d !.!}
zip( pkunzip !.! e:)
FoxPro ****************
mpr{ foxprol !.!}
spr{ foxprol !.!}
pjx{ foxprol !.!}
prg{ foxprol !.!}
fxp{ foxprol !.!}
Another ****************
stm{ ..\StMod ! F}
bak{ del *.bak}
sc { paradox !.!}
pcx{ pcxview !.! }
$$${ del !.!}
pkt{ pktview !.!}
sch{ cap !.! }
pcb{ cad !.! }
UUE{ E:\SYS\UTIL\UUDECODE !.!}
* [ >1 Convert ~t~o UUE
< Enter number of lines
<=200
E:\SYS\UTIL\UUENCODE -s%3 !.!
>1 Convert ~f~rom UUE
E:\SYS\UTIL\UUDECODE !.!
]
ANS{ cls
TYPE !.!
}