home *** CD-ROM | disk | FTP | other *** search
- | This describes what UnPost does normally
- |
- | Pass files to UnPost as command line arguments
-
- If "%*0"="" Then Error Syntax: DoUnPost [|<file>]+
- If "<Wimp$ScrapDir>"="" Then Error Wimp$ScrapDir not set
-
- CDir <UnPostOut$Dir>
-
- Filer_OpenDir <UnPostOut$Dir>
-
- If "%0" = "-log" Then Set Args %*1 Else Set Args %*0
- Set Parms -c UnPost:cfg.KA9Q -o UnPostOut:
- If "%0" = "-log" Then Set Parms 2>>UnPostOut:UnPostLog <Parms>
- Set Alias$Temp /UnPost:unpost <Parms> -i UnPostOut:Incomplete <Args>
- Temp
- Set Alias$Temp /UnPost:unpost <Parms> -i UnPostOut:Incomplet2 UnPostOut:Incomplete
- Temp
- |UnSet Alias$Temp
- UnSet Args
- UnSet Parms
-
- Delete UnPostOut:Incomplete
- Rename UnPostOut:Incomplet2 UnPostOut:Incomplete
-
- Filer_OpenDir <UnPostOut$Dir>
-