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