SCOUG-HELP Mailing List Archives
Return to [ 08 |
May |
2003 ]
<< Previous Message <<
>> Next Message >>
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
>>I struck out with Google. Please let me know if you come up with
>>anything.
>http://groups.google.com/groups?as_q=syscreateobject%20%20%3CPEER_WKST%3E&safe=images&ie=UTF-8&oe=UTF-8&as_ugroup=comp.os.os2.*&lr=lang_en&as_scoring=d&hl=en
>Steven
I copied and pasted a REXX script as follows:
/* */
call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'sysLoadFuncs'
call SysLoadFuncs
If SysCreateObject("PRDirectory","Network
Services","","OBJECTID=")
THEN DO
Say 'Network Services folder successfully created'
If SysCreateObject("LSPeerWorkstation",,
"Shared Resources and Network Connections",,
"",,
"OBJECTID=")
THEN SAY "SHARED BLAH BLAH BLAH CREATED"; Else say "Shared Folder not
created"
If
SysCreateObject("PRDirectory","Logons","","OBJECTID=
LDER>")
THEN SAY 'logons folder created'; Else say "logons folder not created"
END
exit
I saved the script as a .CMD file (peer.cmd), but when I tried to run it,
I got the error message: "Batch file missing."
Probably something about REXX I need to look up somewhere?
Thanks,
Sandy
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 08 |
May |
2003 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|