Search found 7 matches

by Snooze
Wed Apr 18, 2007 7:13 pm
Forum: Feature Requests and Wishlists
Topic: Functions for network admin
Replies: 2
Views: 1236

Functions for network admin

Hi all.

Could have Purebasic for Windows some functions like :
- manipulating registry (a REG_EXPAND_SZ key is hard to use)
- Rights management (SETACL command)
- Maybe Active Directory's commands ?

So it could be the best tool for networking administration :D
by Snooze
Sat Apr 24, 2004 3:46 pm
Forum: Linux
Topic: Linux executable size big ?
Replies: 11
Views: 5993

I've got the same problem... :?:
by Snooze
Mon Feb 23, 2004 11:06 pm
Forum: Coding Questions
Topic: My little proggy temperature converter problems
Replies: 7
Views: 2120

Now, you can use:
Result$ = Str(Value)

So:

SetGadgetText(gadgetid,Str(fahrenheit))

Just take a look at the purebasic reference manual (PureBasic String) :wink:
by Snooze
Fri Feb 06, 2004 9:01 am
Forum: Off Topic
Topic: Amazing sidewalk paintings
Replies: 2
Views: 1399

Simply incredible :D

Thx for the link, PB.
by Snooze
Mon Sep 01, 2003 7:48 am
Forum: Coding Questions
Topic: Runprogram and %systemroot%
Replies: 8
Views: 3135

Excellent, Hi-Toro ! :D

Thanks for your code.
by Snooze
Sun Aug 31, 2003 11:13 pm
Forum: Coding Questions
Topic: Runprogram and %systemroot%
Replies: 8
Views: 3135

Ok

Fred wrote:You need to use GetEnvironmentVariable_() to retrieve the systemroot value. RunProgram() doesn't handle it.
Thanks Fred. I will take a look.

Merci pour ce travail fantastique que tu fais sur Purebasic :D
by Snooze
Sun Aug 31, 2003 9:52 pm
Forum: Coding Questions
Topic: Runprogram and %systemroot%
Replies: 8
Views: 3135

Runprogram and %systemroot%

Hi all!

I would like to activate the windows 2000 compatibility dll.

Why this piece of code doesnt work?


RunProgram("regsvr32", "/s %systemroot%\apppatch\slayerui.dll", "", 1 | 2)


Finally, i've used :

; find the file with API
path$=Space(255) : r=SearchTreeForFile_("c:\","slayerui.dll ...