home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / pg / pgxos / invis.cmd < prev    next >
OS/2 REXX Batch file  |  2006-10-19  |  1KB  |  35 lines

  1.    INVIS.CMD  operating instructions
  2.    Copyright (c) 1990 by Paul Globman
  3.    ==================================
  4.  
  5. INVIS.CMD requires that XOS-C is installed and INVIS.CO is stored in bank #3.
  6.  
  7. INVIS.CO is to be used _only_ via the F3(Cmd) key and will make the file under
  8. the widebar cursor invisible.  DO NOT run INVIS.CO from the Menu or BASIC.
  9.  
  10. Invisible files can be killed from BASIC.  Text files can be entered through
  11. TEXT, and programs can be run from BASIC or the XOS F3(Cmd) key.
  12.  
  13. Select the file or program that you wish to make invisible by placing the wide-
  14. bar cursor over the filename, at the Tandy 200 menu.  Press the F3(Cmd) key and
  15. at the Cmd> prompt type INVIS <cr>.
  16.  
  17. Invisible files are displayed along with visible files with the XOS F7(File)
  18. key, at the menu.
  19.  
  20.   
  21. 1 '************************
  22. 2 '*  INVIS .CO           *
  23. 3 '*    by Paul Globman   *
  24. 4 '*  Copyright (c) 1990  *
  25. 5 '************************
  26. 10 FOR I = 63572 TO 63580 
  27. 20 READ X:POKE I,X:SM=SM+X
  28. 30 NEXT
  29. 40 IF SM = 1414 THEN 60
  30. 50 PRINT"error in data":STOP
  31. 60 SAVEM"INVIS .CO",63572,63580,63572
  32. 1000 DATA 205,213,161,246,8,119,195
  33. 1010 DATA 164,103 
  34. 1020 REM       END OF DATA
  35.