atma/release/1.393-2007.08.09/atma-install.mrc

13 lines
No EOL
436 B
Text
Executable file

;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 $+ "
}