home *** CD-ROM | disk | FTP | other *** search
-
-
-
- #### ReadArgs(string,template,options) #######################################
- -------------------- ReadArgs("mio tuo suo add","FILE/M,ADD/S,QUIET=Q/S","opt.*")
- OPT.FILE.0 = 3
- OPT.FILE.1 = mio
- OPT.FILE.2 = tuo
- OPT.FILE.3 = suo
- OPT.ADD = 1
- OPT.QUIET = 0
- -------------------- ReadArgs("mio tuo suo add","FILE/M,ADD/S,QUIET=Q/S","opt.")
- OPT.FILE.COUNT = 3
- OPT.FILE.0 = mio
- OPT.FILE.1 = tuo
- OPT.FILE.2 = suo
- OPT.ADD = 1
- OPT.QUIET = 0
- -------------------- ReadArgs("29 12 68 A D","ID/N/M,Append=A/S,Delete=D/S") -
- ID.COUNT = 3
- ID.0 = 29
- ID.1 = 12
- ID.2 = 68
- APPEND = 1
- DELETE = 1
-
-
-
- #### Info(path,options) ######################################################
- -------------------- Info("SYS:","ex.") --------------------------------------
- VolumeName System
- DateStamp Wednesday 08-May-96 17:01:46
- NumSoftErrors 0
- UnitNumber 1
- DiskState VALIDATED
- NumBlocks 57770
- NumBlocksUsed 48417
- BytesPerBlock 512
- DiskType DOS3
- InUse 1
-
-
-
- #### Delay(ticks) ############################################################
- -------------------- Delay(100) ----------------------------------------------
- 100 ticks == 2.00 secs...
- -------------------- Delay(50) -----------------------------------------------
- 50 ticks == 1.00 secs...
-
-
-
- #### SetVar(name,value,options) ##############################################
- -------------------- SetVar("test",val) --------------------------------------
- 1
-
-
-
- #### GetVar(name,options) ####################################################
- -------------------- GetVar("language") --------------------------------------
- language == english
- -------------------- GetVar("test","Exists") ---------------------------------
- 1
-
-
-
- #### DeleteVar(name,options) #################################################
- -------------------- DeleteVar("test") ---------------------------------------
- 1
-
-
-
- #### SplitPath(path,options) #################################################
- -------------------- SplitPath('DF0:foo/bar/moos-startup') -------------------
- moos-startup
- -------------------- SplitPath('DF0:foo/bar/moos-startup','Path') ------------
- DF0:foo/bar/
- -------------------- SplitPath('DF0:foo/bar/moos-startup','test.') -----------
- moos-startup
- test.DirPart == DF0:foo/bar/
- Test.FilePart == moos-startup
-
-
-
- #### MatchPattern(pattern,string,options) ####################################
- -------------------- MatchPattern("#?Con#?","L:Kingcon-handler") -------------
- 1
- -------------------- MatchPattern("#?Con#?","L:Kingcon-handler","Case") ------
- 0
-
-
-
- #### AddPart(dirname,filename) ###############################################
- -------------------- AddPart("DF0:","bar") -----------------------------------
- DF0:bar
- -------------------- AddPart("RAM:foo","bar") --------------------------------
- RAM:foo/bar
- -------------------- AddPart("RAM:foo/","bar/sub_bar") -----------------------
- RAM:foo/bar/sub_bar
-
-
-
- #### SameDevice() ############################################################
- -------------------- SameDevice("RAM:t","System:") ---------------------------
- 0
- -------------------- SameDevice("C:List","Devs:serial.device") ---------------
- 1
-
-
-
- #### SameLock(path1,path2) ###################################################
- -------------------- SameLock("C:List","SYS:c/list") -------------------------
- SAME
- -------------------- SameLock("C:","SYS:c") ----------------------------------
- SAME
- -------------------- SameLock("C:","SYS:s") ----------------------------------
- SAME_VOLUME
- -------------------- SameLock("C:","RAM:") -----------------------------------
- DIFFERENT
-
-
-
- #### MaxCli() ################################################################
- -------------------- MaxCli() ------------------------------------------------
- There are at most 7 Cli processes...
-
-
-
- #### IsFileSystem(devicename) ################################################
- -------------------- IsFileSystem("CON:") ------------------------------------
- 0
- -------------------- IsFileSystem("RAM:") ------------------------------------
- 1
-
-
-
- #### WriteBlock(file,string,options) #########################################
- -------------------- WriteBlock("T:prova","Test string...") ------------------
- Test string...
- -------------------- WriteBlock("T:prova","Test string...","Append") ---------
- Test string...Test string...
-
-
-
- #### Examine(path,options) ###################################################
- -------------------- Examine("c:List","ex.") ---------------------------------
- DiskKey 32305
- DirEntryType FILE
- FileName List
- Protection prwed
- EntryType -3
- Size 5108
- NumBlocks 10
- Comment
- WeekDay Saturday
- Date 25-Sep-93
- Time 05:08:40
- OwnerUID 0
- OwnerGID 0
-
-
-
- #### ReadBlock(file,options) #################################################
- -------------------- ReadBlock("ENV:language") -------------------------------
- language == english
-
-
-
- #### Execute(command,options) ################################################
- -------------------- Execute("Status FULL","out.") ---------------------------
- Process 1: stk 4096, gv 150, pri 99 Loaded as command: Enforcer
- Process 2: stk 6000, gv 150, pri 1 Loaded as command: Workbench
- Process 3: stk 4096, gv 150, pri 0 Loaded as command: rx
- Process 4: stk 4096, gv 150, pri 0 Loaded as command: L:WBStart-Handler
- Process 5: stk 4096, gv 150, pri 0 Loaded as command: Mungwall
- Process 6: stk 4096, gv 150, pri 0 Loaded as command: sushi
- Process 7: stk 4096, gv 150, pri 0 Loaded as command: Status
-
-
-
- #### ExAll(pattern,options) ##################################################
- -------------------- ExAll("devs:#?.device","ex.") ---------------------------
- Name hardfile.device
- Name serial.device
- Name 8n1.device
- Name parallel.device
- Name clipboard.device
- Name printer.device
- Name narrator.device
- Name mfm.device
- Name fmsdisk.device
- Name v34serial.device
- Name artser.device
- Name ramdisk.device
- Name parnet.device
- Name BaudBandit.device
- -------------------- ExAll("Libs:xpk#?","ex.* Fields 14") --------------------
- Name xpkNUKE.library
- Prot rwed
- Name xpkFAST.library
- Prot rwed
- Name xpkNONE.library
- Prot rwed
- Name xpkmaster.library
- Prot rwed
- -------------------- ExAll("Libs:req#?","ex. Type 6") ------------------------
- Name reqtools.library.new
- Type FILE
- Size 50992
- Prot rwed
- WDay Friday
- Date 16-Feb-96
- Time 19:12:22
- Note
- Name reqchange.library
- Type FILE
- Size 18104
- Prot rwd
- WDay Sunday
- Date 15-May-94
- Time 12:11:24
- Note
- Name reqtools.library
- Type FILE
- Size 43628
- Prot rwed
- WDay Sunday
- Date 07-Aug-94
- Time 12:31:32
- Note
- Name req.library
- Type FILE
- Size 18436
- Prot rwed
- WDay Monday
- Date 31-Jan-94
- Time 23:26:22
- Note
-
-