home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / makeobj / makeobj.doc < prev    next >
Encoding:
Text File  |  1993-06-15  |  1.8 KB  |  52 lines

  1. /*********************************************************************\
  2.    MakeObj
  3.    (C) 1993 Ingo Pflanz, Regensburg              e-mail c4284@rrzc1.rz.uni-regensburg.de
  4.  
  5.    inspired by:
  6.    (C) 1993 Thomas Christinck, Braunschweig      Compuserve 100031,41
  7.    (C) by Stangl Roman, 1993 and his PC/2
  8.  
  9.  
  10. "Quick"-help :
  11.  
  12.  
  13. This little batchfile is intended to easy creation of program-objects.
  14.  
  15. Just call the "install.cmd". You will be asked for an directory,
  16. where the "MakeObj.cmd" will be copied or give the directory on the
  17. commandline. The directory you specify must already exist, no errorchecking
  18. will be taken. The default is \OS2 in the bootdrive.
  19.  
  20.  
  21.  
  22. After the installation, you can find the MakeObj in the OPEN"-menu
  23. of every executable file (better : file-object). A filter is set for
  24. the type EXE, CMD, COM, BAT.
  25.  
  26. What you can do now :
  27.       Just open a driveobject,
  28.       Mark some EXE's,
  29.       Click on MakeObj in the OPEN-menu
  30.  
  31. What will happen :
  32.       for every marked file a programobject will be
  33.       created on the DeskTop.
  34.       Values are set for the name and the workingdirectory.
  35.  
  36. And after that :
  37.       You can easily move the new objects to any folder ...
  38.  
  39.       Or you can drag the object to 'Programm Installation' page of PC/2.
  40.       You just have to change the objectID (the second line) from 
  41.       'programmname' to '<programmname>'. Now you can start the object via
  42.       PC/2.
  43.  
  44.  
  45. Hope you find it nice, Ingo.
  46.  
  47. If you have any suggestions, error reports or already made any changes, please
  48. contact me. My e-mail address is 'c4204@rrzc1.rz.uni-regensburg.de'. It is valid
  49. until the end of 1993 (but you can try it later maybe I will stay in Regensburg)
  50.  
  51.                                     ... and its FREEWARE !
  52.