home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / apps / 10812 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.3 KB  |  31 lines

  1. Path: sparky!uunet!ukma!usenet.ins.cwru.edu!b61442.STUDENT.CWRU.Edu!sal8
  2. From: sal8@po.cwru.edu (Steve Luzynski)
  3. Newsgroups: comp.os.os2.apps
  4. Subject: Problem with Startup folder solved..
  5. Date: Fri, 29 Jan 1993 00:20:58 GMT
  6. Organization: Case Western Reserve University
  7. Lines: 20
  8. Message-ID: <sal8.335.728266858@po.cwru.edu>
  9. NNTP-Posting-Host: b61442.student.cwru.edu
  10.  
  11. Well, I solved my problem with my startup folder going insane on me. 
  12. Actually quite easy to do. I killed it with the black hole and then ran this 
  13. REXX script:
  14.  
  15. /* Create Startup Folder */
  16. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  17. call SysLoadFuncs
  18. if \SysCreateObject('WPStartup', 'Startup', '<WP_DESKTOP>') then
  19.   say 'New Startup folder created.'
  20.  
  21. Just thought I'd share my discovery in case anyone else runs into a similar 
  22. problem.
  23.  
  24. ----------------------------------------------------------------------------
  25. steve luzynski @ case western reserve university in cleveland, oh
  26. sal8@po.cwru.edu  | voice calls testily accepted at x2153.
  27. ----------------------------------------------------------------------------
  28. Editor - OS/2 Programmer's Magazine.  Watch for it!
  29. ----------------------------------------------------------------------------
  30. OS/2 developer and user. got an idea? mail it in!
  31.