home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
BUSINESS
/
SHOCASFX.ZIP
/
COMPRSD.EXE
/
VIEW.BAT
< prev
Wrap
DOS Batch File
|
1994-01-05
|
490b
|
11 lines
@echo off
REM This Batch files allows you to do two things:
REM A. Display a .COM File - Converted .TXT to self-running .COM file
REM You can accomplish this with a ASCII TO COM utility, readily
REM available OR...
REM B. Display your form with the Type Command TYPE ORDER.FRM |MORE
REM Clear The Screen, Please!!
IF EXIST ORDER.COM ORDER.COM
REM You can the idea. Simply EDIT this file by replacing the
REM comments and SHOWCASE with your APPLICATION filename. Easy?