home *** CD-ROM | disk | FTP | other *** search
/ GEMS / GEMS.iso / go.bat < prev    next >
DOS Batch File  |  1994-05-17  |  2KB  |  52 lines

  1. @echo off
  2. if %1 == /W goto Install  
  3. if %1 == /w goto Install  
  4. cls
  5. echo         ..............................................
  6. echo         .                                            .
  7. echo         .          Aztech New Media Corp.            .
  8. echo         .           Stock Image Library              .
  9. echo         .                                            .
  10. echo         ==============================================
  11. echo         !    Installation of this product must be    !
  12. echo         !      started from Microsoft Windows.       ! 
  13. echo         ==============================================
  14. echo.
  15. echo To view the thumbnail version of all the images in this Stock Photo
  16. echo Image Library, you will need to install the Pixfolio Image Manager 
  17. echo under Windows.
  18. echo.
  19. echo You can do this one of two ways. You can log onto your CD-ROM drive by 
  20. echo typing in the drive's letter followed by a colon (eg D:) and then 
  21. echo pressing ENTER. Finally, type \GO /W and again press ENTER. 
  22. echo.
  23. echo This is a batch program that will start up Windows (assuming you
  24. echo already have it installed) and then run the setup application we have 
  25. echo included that will automatically install Pixfolio and the catalog(s). 
  26. echo.
  27. pause
  28. echo Otherwise you can start up Windows yourself and then select the "RUN" 
  29. echo command found under the Program Manager's (main menu) "FILE" Menu. Then 
  30. echo click on the BROWSE button followed by a click on your CD-ROM drive 
  31. echo letter found in the DRIVES window (eg. D:). Next, double-click on the 
  32. echo folder/directory, FOR_PC. In the FILE LIST window will be an item 
  33. echo called "SETUP.EXE". Double-click on this file and press the OK button
  34. echo continue. Each time you are prompted for a response click on OK.
  35. echo.
  36. echo Also click on OK when asked for the serial number and company name. You 
  37. echo have been given a fully paid-up license of Pixfolio and no further 
  38. echo payment from you is required. However, you might wish to register with 
  39. echo ACK Software (see details within Pixfolio) to be kept informed of new 
  40. echo releases and updates.
  41. echo.
  42. echo If the computer informs you that you are already running Windows use 
  43. echo the second method of installation by switching back to Program Manager.
  44. echo.
  45. goto bye
  46. :Install
  47. cd \FOR_PC
  48. win setup.exe
  49. :bye
  50. echo Thank you for purchasing this Aztech stock image library collection. 
  51. pause
  52.