atma/release/1.391-2005.01.03/atma-install.mrc

13 lines
436 B
Text
Raw Permalink Normal View History

2021-06-24 14:05:10 +00:00
;Simple installation script for the Atma Fileserver
on *:load:{
$iif($script(atma.mrc),unload -rs " $+ $ifmatch $+ ")
$iif($script(formatStr.mrc),unload -rs " $+ $ifmatch $+ ")
$iif($script(atma.sa),unload -rs " $+ $ifmatch $+ ")
$iif($script(formatStr.sa),unload -rs " $+ $ifmatch $+ ")
load -rs " $+ $scriptdiratma.sa $+ "
load -rs " $+ $scriptdirformatStr\formatStr.sa $+ "
unload -rs " $+ $script $+ "
}