home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 16
/
16.iso
/
t
/
t099
/
2.ddi
/
BATCHRUN.WB$
/
BATCHRUN.WB
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-03-20
|
449 b
|
12 lines
file="*.wbt"
where=IniReadPvt("Quick Access","MainPath","","ndw.ini")
exact=FilePath(where)
IsThere=FileExist(StrCat(exact,"box.wbd"))
If IsThere == @FALSE then goto NoFile
DialogBox ("Select a batch file.","box.wbd")
Run ("batchrun.exe",file)
Exit
:NoFile
Message ("Error","The box.wbd template file is not present. Copy the file from your original disks into your NDW directory. The file must be located in your NDW directory!")
Exit