home *** CD-ROM | disk | FTP | other *** search
/ 2,000 True Type Fonts & Clip Art Images / 1-57176-053-9_2000_True_Type_Fonts_Clip_Art_Images_1994.iso / gwswin / go.bat < prev    next >
DOS Batch File  |  1993-08-04  |  4KB  |  79 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                 THE PUBLIC DOMAIN SOFTWARE LIBRARY
  4. ECHO ***********************************************************************
  5. ECHO Winscombe House, Beacon Rd, Crowborough, Sussex TN6 IUL tel 08926 63298
  6. ECHO -
  7. ECHO This disk contains public domain and/or user supported software.
  8. ECHO This compilation of software is just one of 3500 plus disks available
  9. ECHO from the Public Domain Software Library. You are encouraged to pass on
  10. ECHO copies of this disk to your friend and colleagues, but if you do so please
  11. ECHO make sure you give then the whole thing including this file .
  12. ECHO Unlike commercial software, no printed documentation is supplied except
  13. ECHO with registered versions of shareware programs.
  14. ECHO Most disks contain document files describing how to use the programs.
  15. ECHO These document files can usually be identified by the filename or
  16. ECHO filename extension type used. DOC, FRM, PRN, TXT, WS, MAN are the most
  17. ECHO common, files called READ.ME etc are also document files.
  18. ECHO You can view these files using the DOS 'TYPE' command. So to view a file
  19. ECHO called 'READ.ME' you would enter at the keyboard:-
  20. ECHO -
  21. ECHO "TYPE READ.ME"
  22. ECHO -
  23. PAUSE
  24. cls
  25. ECHO ARCHIVE FILES
  26. ECHO Some disks contain files with a ZIP file extension. These
  27. ECHO are special PACKED files, usually containing a number of smaller files.
  28. ECHO They are used to save disk space. Before you can use 'Archived' programs
  29. ECHO they need unpacking; you will need PKUNZIP.EXE to do this, which will be 
  30. ECHO on the disk. The procedure:- put new formatted disk in B,
  31. ECHO put disk with unpacker program and the archive file in drive A, then 
  32. ECHO type as follows  ( [cr] means press the Enter key )
  33. echo .
  34. echo B:[cr]            to log into drive B, then:-
  35. echo .
  36. ECHO A:PKUNZIP A:XXXXXX[cr]
  37. echo .
  38. ECHO where XXXXXX is the name of the file to be unpacked. The files will be 
  39. echo extracted and put on the disk in B: 
  40. echo
  41. echo For further information on archives and how to use library disks
  42. echo see inside the back cover of our catalogue. If you don't have one of our
  43. echo catalogues you may obtain one by sending us 2 first class postage stamps 
  44. echo or 2 IRCs if you are not a UK resident. 
  45. ECHO -
  46. pause
  47. cls
  48. ECHO USER SUPPORTED SOFTWARE.
  49. ECHO We urge you to support the authors of shareware programs. This is
  50. ECHO not FREE software, but rather a 'try before you buy' system. It is
  51. ECHO expected that if you find a program of use, you will register with the
  52. ECHO author and send him the requested fee. this will help to allow
  53. ECHO further and better software to be distributed in this way.
  54. ECHO Please also check the documentation of all programs for any special
  55. ECHO conditions of use given by the author. Please note that we are able to
  56. echo supply from stock registered versions of several programs. Check with
  57. echo us, we may be able to save the delays and uncertainties of ordering from
  58. ECHO overseas authors.
  59. PAUSE
  60. cls
  61. ECHO NOTE
  62. ECHO This file is not specific to this particular disk - it exists on all
  63. ECHO PDSL volumes, and thus it may not display all documentation files on
  64. ECHO this disk if non-standard names have been used. Please check the
  65. ECHO directory of the disk for any other document files which may have been
  66. ECHO missed by this batch file.
  67. ECHO -
  68. PAUSE
  69. IF NOT EXIST T.COM GOTO :END
  70. CLS
  71. ECHO PRESS ANY KEY TO START VIEWING TEXT/DOCUMENT FILES ON THIS DISK
  72. ECHO OR HIT CONTROL C TO EXIT. HIT ESC TO JUMP TO THE NEXT FILE WHEN VIEWING.
  73. PAUSE
  74. T *.DOC
  75. T *.TXT
  76. T *.ME
  77. :END
  78. EXIT
  79.