home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1996 July
/
IMM0796.ISO
/
share
/
tools
/
jetcomdr
/
jc.dat
< prev
next >
Wrap
Text File
|
1996-02-12
|
3KB
|
85 lines
#######################################################################
# DOS JetCommander USER PULLDOWN FILE (C) KLOSEK 1995 - 1996 #
#######################################################################
# #
# P> Pulldownheader #
# E> Pulldownentry #
# D> Defintions for a entry #
# # Line with comment #
# char ^ marks the Hotkey #
# #
# Without any special char : Command line of entry #
# #
# PULLDOWNDEFINITION #
# #
# D> XPOS = nr Upper left corner of pulldownwindow #
# D> YPOS = nr #
# D> XWIDTH = nr min. width of pulldownwindow #
# #
# PROGRAMMDEFINITIONS #
# #
# D> WINDOW = 0 #
# D> WINDOW = 1 Open a window for execution #
# D> WINXPOS = nr Upper left corner of window #
# D> WINYPOS = nr #
# D> WINXWIDTH = nr x width of the window #
# D> WINYWIDTH = nr y width of the window #
# D> CURSOR = 1 activate cursor #
# D> WAIT = 1 wait after command execution #
# D> PARAMETER = 1 ask for a parameter before execution #
# parameter is insertet at the % char #
# #
# Multiple commands are allowed seperated by ';' #
# #
#######################################################################
P> User Pulldown
D> XPOS = 10
D> YPOS = 5
D> XWIDTH = 40
E> ^Operating system
D> SWAP = 1
D> CURSOR = 1
D> WAIT = 1
command
E> Operating ^command
D> SWAP = 1
D> CURSOR = 1
D> WAIT = 1
[ ]
E> ^JetCommander
D> SWAP = 1
D> WAIT = 0
jc.exe
E> F^ormat a disk
D> SWAP = 0
D> WINDOW = 1
D> WINXPOS = 10
D> WINYPOS = 6
D> WINXWIDTH = 50
D> WINYWIDTH = 10
D> CURSOR = 1
D> WAIT = 1
D> PARAMETER = 1
format %;
E> ^Multiple example
D> SWAP = 0
D> WINDOW = 1
D> WINXPOS = 10
D> WINYPOS = 6
D> WINXWIDTH = 50
D> WINYWIDTH = 10
D> CURSOR = 1
D> WAIT = 1
D> PARAMETER = 1
c:;dir;d:;dir;