Search found 11 matches

by sabre
Wed Oct 20, 2004 12:38 am
Forum: Coding Questions
Topic: Reading NTFS Rights possible with Purebasic?
Replies: 2
Views: 1145

Thanks for the quick reply
by sabre
Tue Oct 19, 2004 3:36 am
Forum: Coding Questions
Topic: Reading NTFS Rights possible with Purebasic?
Replies: 2
Views: 1145

Reading NTFS Rights possible with Purebasic?

Hi -

I am trying to create a little utility that will check the rights of a folder and or file. For example:

Check C:\windows and then display the NTFS rights assigned to that folder such as:

C:\Windows has these rights: Everyone = Read+Execute, Administrators = Full Control.

Is there any way ...
by sabre
Tue Oct 19, 2004 3:33 am
Forum: Coding Questions
Topic: WMI and Purebasic
Replies: 3
Views: 1806

Thanks

Thanks for all the help
by sabre
Tue Oct 05, 2004 3:48 am
Forum: Coding Questions
Topic: WMI and Purebasic
Replies: 3
Views: 1806

WMI and Purebasic

Hi Newbie question is it possible to use Purebasic to access and use WMI (Windows Management Instrumentation)? I can develop vbscript files pretty easy to do this but wanted to know if purebasic is able to accomplish the same.


Example vbscript WMI code can you conver the following code to ...
by sabre
Wed Aug 25, 2004 1:08 am
Forum: Coding Questions
Topic: HTTP Download
Replies: 7
Views: 2907

Oh btw Purebasic is really cool as I am sure you guys already know again thanks so much :D
by sabre
Wed Aug 25, 2004 1:07 am
Forum: Coding Questions
Topic: HTTP Download
Replies: 7
Views: 2907

Thanks

I appreciate all the help you guys have given me this forum is great, Now I need to start learning the language.

Regards
by sabre
Tue Aug 24, 2004 3:54 am
Forum: Coding Questions
Topic: HTTP Download
Replies: 7
Views: 2907

Thanks so much, you been a great help everything is working fine now, the only other question I have is the code downloads the file to the same folder where it runs from; is there anyway to specify a different path such as "c:\myfiles" for example to download to.

This is the last ? I had regarding ...
by sabre
Tue Aug 24, 2004 3:17 am
Forum: Coding Questions
Topic: HTTP Download
Replies: 7
Views: 2907

Thanks how would you know how much memory to allocate? Files will range from 1mb to as much as 700mb.

buffer=allocatememory(????)

Thanks so much sorry I am a total newbie to Purebasic but have been using VB for a little while.

Also I assume this is open code and I can use it as I wish in my ...
by sabre
Tue Aug 24, 2004 2:45 am
Forum: Coding Questions
Topic: HTTP Download
Replies: 7
Views: 2907

HTTP Download

Hi -

I am trying to use the following code for a project at work that Berico posted in http://forums.purebasic.com/english/viewtopic.php?t=8591.

The code is:
; HTTP file download
;
If InitNetwork() = 0
MessageRequester("Error", "Can't initialize the network !", 0)
End
EndIf

#bufferlengte ...
by sabre
Tue Apr 27, 2004 4:04 pm
Forum: Coding Questions
Topic: PureBasic and WMI
Replies: 4
Views: 3839

Thanks

Thanks Bingo!! Can this be used in a commercial project?
by sabre
Mon Apr 26, 2004 11:45 pm
Forum: Coding Questions
Topic: PureBasic and WMI
Replies: 4
Views: 3839

PureBasic and WMI

Hi - I am a new user to Purebasic actually bought it a while back but never really used it until now. I need to make a little utility which I can do really easy in Vbscript and WMI but wanted to make it in Purebasic if it is possbile?

Does anybody know if I can use WMI or similar to grab the ...