home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_prgmt / runapp.arj / RUNAPP.TXT < prev   
Text File  |  1991-10-13  |  1KB  |  31 lines

  1.                        'RUNAPP V1.1' (c) B. Forrest 1991
  2.  
  3. After using the very successful and very excellent program 'BACKMENU', I
  4. realized there was a slight problem. This occured when I wanted to run 
  5. the Swapfile.exe program. I don't have this as an Icon, as I very rarely use
  6. it, and as a consequence I didn't have it included in my Backmenu.INI file.
  7. I therefore had to run "Program Manager" and use the 'RUN' menu commmand, OR
  8. run "File Manager" and execute it from there. This I decided would be the case
  9. for any software not normally in a group.
  10.  
  11. To solve this problem I wrote a very simple executable file called 
  12. "RUNAPP.EXE". It was written Turbo Pascal for Windows.
  13.  
  14. You simply include a line like :
  15.     
  16.     &RUN...,Runapp.exe,(additional path for executable files)
  17.  
  18. in your BACKMENU.INI file.
  19.  
  20. When run "RUNAPP" brings up a commandline in which you can type the name of
  21. any executable file, this includes .COM, .EXE, .BAT, .PIF. The commandline
  22. is simply executed on pressing enter.
  23.  
  24. There is also a way of 'browsing' for executable files using the browse button.
  25. This brings up another dialog box allowing you to select the file to run. Double
  26. clicking the filename automatically runs it.
  27.  
  28. I hope people find other uses for this apart for BACKMENU users and you are
  29. free to distribute it without any sort of cash obligation. The source code can be
  30. supplied for any inquisitive programmers.
  31.