::::  Alias for Digital Progeny 

:  Alias

: ---**** Refresh aliases
aload `unalias *^alias /r c:\utilites\dos\4dos\win95\aliases`


:  Anti-virus

: ---**** scanning for viruses
@@F6 `echo Scanning...^c:\utilites\w95\scan\scan.exe /all /sub *.*>nul^if errorlevel 1 echo Infected files!!!^echo Job done.`
: ---**** 
vir `echo Scanning...^c:\utilites\w95\scan\scan.exe /all /sub *.*>nul^if errorlevel 1 echo Infected files!!!^echo Job done.`


:  Compression

: ---**** Unzip a .zip-file and ask if it should be deleted.
@@F4 `pkunzip -d *.zip^pause Ctrl+C to avoid deletion^del *.zip>nul^echo *.zip deleted!
: ---**** Mkdir filename, copy zip to dir, extract.
zf `if not exist %@name[%1]\nul md %@name[%1]^if exist %1 move %1 %@name[%1]^if exist %@name[%1]\%1 pkunzip -d %@name[%1]\%1 %@name[%1]\^del %@name[%1]\%1^Echo Job done`
: ---**** Do zf for several files. zip2dir.
zfall `for %x in (*.zip) do zf %x`
: ---**** 


:  Creation & backup

: ---**** Make new dir and cd to it.
mcd `md %1^cd %1`
: ---**** write content of disk to files.txt and copy it to zip_disk. 
ud `logger^copy files.txt d:\private\zips\zip_disk.%@label[%_disk:]`


:  Directory-commands

: ---**** List all executables
x g:\direxe.btm
: ---**** List all text files
t g:\dirtxt.btm
: ---**** do a dir
@@F5 dir/p
: ---**** 1 dir up
. `cd ..^dir`
: ---**** 2 dir up
.. `.>nul^.`
: ---**** floppydrive
a `a:^dir`
: ---**** c
c `c:^dir`
: ---**** 
d `d:^dir`
: ---****
e `e:^dir`
: ---**** 
f `f:^dir`
: ---**** 
g `g:^dir`
: ---**** 
h `h:^dir`
: ---**** 
i `i:^dir`
: ---****  linux dir
ls dir


:  Edit

: ---**** Select file to edit
@@Alt-F2 select ed [*]
: ---****
: ed c:\w95\command\edit.com
: ---**** 
ed*it c:\w95\command\edit.com
: ---****
readme edit %_cwd\readme
: ---**** edit autoexec.bat
ae c:\w95\command\edit.com c:\autoexec.bat
: ---**** edit config.sys
cs c:\w95\command\edit.com c:\config.sys
: ---**** hex-editor
be g:\bedit


:  Errors

: ---****
UNKNOWN_CMD `echo Wr0ng typ0 -]%&[- progeny...`

: 
: ---****
format `Echo Format disabled!`


:  Info

: ---**** 
diz g:\fildiz.bat %1
: ---**** 
mem `*mem /c | more`
: ---****
setsee set | more
: ---**** see all the alias
alsee `alias | more`


:  Starting and closing 4dos

: ---****
4ed ed c:\utilites\4dos\4start1.btm
: ---**** save active dir to disk when exiting from 4dos save active dir to disk when exiting from 4dos
@@F11 `F11A^F11B`
F11A `ECHO IF NOT "%%@ready[%_disk:]"=="1" goto wr>g:\l.bat^ECHO IF NOT EXIST %_CWDS%NUL goto wr>>g:\l.bat^ECHO IF EXIST %_CWDS%NUL %_CWDS>>g:\l.bat^echo goto end>>g:\l.bat^echo :wr>>g:\l.bat`
F11B `echo echo Unable to gain access to last>>g:\l.bat^echo echo active drive and directory>>g:\l.bat^echo echo Active directory is now c:\>>g:\l.bat^echo c:\>>g:\l.bat^Echo quit>>g:\l.bat^ECHO :end>>g:\l.bat^exit`


:  Screen-modes

: ---**** setting 43 lines on screen
43 mode con: lines=43
: ---**** 
vid c:\utilites\dos\VIDEO29\VIDEO.EXE
: ---**** 
yellow `mode co80^f:\pfix.btm^color bright yellow on black`


:  Testing

: ---****
dm copy f:\dummy.bat^echo Dummy.bat prepared to die!
: ---**** Step bat-files, one line at the time.
cmon c:\utilites\dos\cmon\cmon

:  Windows 95 progs

: ---****
s start
: ---**** Netscape 3.0
nnsee `D:\INTERNET\WWW\BROWSER\G32E301P\Program\netscape.exe %_cwd`
: ---**** HTML-editor
di D:\internet\HTML\PROGS\dida\DIDA.EXE %1
: ---**** Runs a command with a new copy of dos
bg=`start /m 4dos /c %1 %2 %3 %4 %5 %6 %7 %8 %9`
