Dec 142017
 
PC Magazine volume 14 number 5, contains DefEdit - lets you set a default editor for document files with extensions that haven't been associated with a particular program.
File V14N05.ZIP from The Programmer’s Corner in
Category Files from Magazines
PC Magazine volume 14 number 5, contains DefEdit – lets you set a default editor for document files with extensions that haven’t been associated with a particular program.
File Name File Size Zip Size Zip Type
BLUEBO.TXT 818 354 deflated
DEFEDI.ZIP 35915 35799 deflated
ENVUSE.BAT 414 259 deflated
GRIDS.TXT 3377 750 deflated
PKDOZIP.BAT 483 274 deflated
PPV14N.ZIP 5035 4933 deflated
TABLE1.XLS 43520 4826 deflated
TPCREAD.ME 199 165 deflated
TRYBOX.PRG 2638 683 deflated
ULCASE.ZIP 575 485 deflated
VP.EXE 4959 2818 deflated

Download File V14N05.ZIP Here

Contents of the BLUEBO.TXT file


--This script formats the selected object with a light blue fill,
--a red outline, and a gray drop shadow.

--Defines a new light blue color
definecolor "Bluebox", process, cmyk, false, 15,10,0,10
--Defines a new dark red color
definecolor "Redline", process, cmyk, false, 10,80,60,10
--Defines a new gray color
definecolor "Shadow", process, cmyk, false, 0,0,0,30
--Assigns colors to selected object
fillandline (2, "Bluebox", off) (twopoint, off, , , "Redline", on)
--Copies selected object to clipboard
copy
--Pastes, offsets copy, copy is selected
multiplepaste 1, .25i, .25i
--Assigns solid fill to selected object
fillstyle 2
--Assigns gray color to selected object
color "Shadow"
--Assigns no line to selected object
linestyle none
--Sends drop shadow to back
sendtoback



 December 14, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)