Displaying 2 results from an estimated 2 matches for "onthefly".
2005 Jul 19
1
S4 Dispatching
...it
a class attribute, and continue dispatch. Example code
below omits multiple parameters that can be different types.
Essentially, any parameter would be converted to an
internal type "class" and the final dispatch would be
passing EXTPTRSXP objects.
library(methods)
setGeneric("onthefly",
function(mydata) {
cat("generic", match.call()[[1]], "\n")
standardGeneric("onthefly")
})
setMethod("onthefly",
signature(mydata = "character"),
function(mydata) {
cat(match.call()[[1]],
&qu...
2006 Aug 11
1
Multiple Logon Scripts
Hi All,
I am wondering if multiple logon scripts can be run using samba as
PDC. I need to run a logon script for all users and some logon scripts
for specific users + the common script,
Can I specify multiple logon script files in smb.conf
Logon script = login.bat, %U.bat ???
Thanks,
Pavan.