nbackup
remove user ronen from sys --> remove a user or a group
aconsole --> connect 3x to remote location by modem
connect to ibm token ring: route.nlm, load token lan,
oad route load nmagent --> allows lan drivers to register
and pass network management, u can view the trucked
resorces with monitor zeev@technion.ac.il
LOGIN SCRIPT:
no_default --> to cancel default login script
if member of "production"
then map F:=sys:public
if "%1"="admin" then
map *1:=sys:system
if %login_name="admin"
then
map F:=sys:system
map J:=VOL1:tools\admin
else
map F:=sys:home\:login_name
(3x)map F:=SYS:%LOGIN_NAME
map S1:=SYS:PUBLIC
map J:=VOL1:tools\public
end
if DAY_OF_WEEK="FRIDAY" THEN BEGIN
FIRE 9
WRITE "FRIDAY AGAIN, TIME TO GENERATES THE REPORTS"
MAP I:=SYS:APPLIC\DDB\REPGEN
END
map display on
map
write "Good%greeting_time, %full_name"
(=Good morning Bob Smith)
display --> show a documents
fdisplay sys:public\news.txt
Rem This command is a comment
***this command is a comment***
;this is a comment
comsec --> shows where is the command.com
pause --> to stop the document
exit --> end of login script
(map root:=sys:public --> no library above this...??)
map s1:=sys:public\win95\ -->search map s1 till s16 insted of
using RUN command map ins f:=sys: --> will enter the next
letter(makemenu my_menu, exit "my_menu")
More abbraviayions: %login_name, %station, display,
fdisplay readme.doc,attach ACCTserver/John, write,
executing
|