Search found 11 matches
- Wed Oct 20, 2004 12:38 am
- Forum: Coding Questions
- Topic: Reading NTFS Rights possible with Purebasic?
- Replies: 2
- Views: 1145
- 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 ...
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 ...
- Tue Oct 19, 2004 3:33 am
- Forum: Coding Questions
- Topic: WMI and Purebasic
- Replies: 3
- Views: 1806
Thanks
Thanks for all the help
- 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 ...
Example vbscript WMI code can you conver the following code to ...
- Wed Aug 25, 2004 1:08 am
- Forum: Coding Questions
- Topic: HTTP Download
- Replies: 7
- Views: 2907
- Wed Aug 25, 2004 1:07 am
- Forum: Coding Questions
- Topic: HTTP Download
- Replies: 7
- Views: 2907
- 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 ...
This is the last ? I had regarding ...
- Tue Aug 24, 2004 3:17 am
- Forum: Coding Questions
- Topic: HTTP Download
- Replies: 7
- Views: 2907
- 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 ...
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 ...
- 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?
- 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 ...
Does anybody know if I can use WMI or similar to grab the ...