Hi,
im using this "ping -c1 192.168.1.1 > ./ping.txt" in a terminal and its works fine
im try this in pb "RunProgram ("ping -c1 192.168.1.1 > ./ping.txt")" and have not a result
hoto can using shell apps by pb?
Search found 85 matches
- Thu Nov 08, 2007 11:11 am
- Forum: Mac OSX
- Topic: Runprogram Terminal apps
- Replies: 1
- Views: 2705
- Wed Oct 11, 2006 11:12 pm
- Forum: Tricks 'n' Tips
- Topic: Kiosk System
- Replies: 31
- Views: 21760
Kiosk System
with this code (PB4.0) you can realize a kiosksystem
this sample start a new Desktop without taskbar or desktopicons, build a window with the new desktopname and start a external program,
the best is: you cant interupt or kill this desktop not with the taskmanager, you can kill this desktop only ...
this sample start a new Desktop without taskbar or desktopicons, build a window with the new desktopname and start a external program,
the best is: you cant interupt or kill this desktop not with the taskmanager, you can kill this desktop only ...
- Wed Oct 11, 2006 10:20 pm
- Forum: Coding Questions
- Topic: Another Problem with VB to PB
- Replies: 1
- Views: 973
Another Problem with VB to PB
the mainproblems are mark with " <-- please tranlate to PB "
need help to translate this lines to PB
Private Type STARTUPINFOW
cbSize As Long
lpReserved As Long
lpDesktop As Long
lpTitle As Long
dwX As Long
dwY As Long
dwXSize As Long
dwYSize As Long
dwXCountChars As Long
dwYCountChars ...
need help to translate this lines to PB
Private Type STARTUPINFOW
cbSize As Long
lpReserved As Long
lpDesktop As Long
lpTitle As Long
dwX As Long
dwY As Long
dwXSize As Long
dwYSize As Long
dwXCountChars As Long
dwYCountChars ...
- Wed Oct 11, 2006 9:45 pm
- Forum: Coding Questions
- Topic: GetDesktopName
- Replies: 3
- Views: 1269
- Wed Oct 11, 2006 8:55 pm
- Forum: Coding Questions
- Topic: GetDesktopName
- Replies: 3
- Views: 1269
GetDesktopName
Hello, please help me to translate this VB Code to Purebasic
Public Function GetDesktopName() As String
Dim hDesktop As Long
Dim lR As Long
Dim lSize As Long
Dim sBuff As String
Dim iPos As Long
hDesktop = OpenInputDesktop(0, False, DESKTOP_READOBJECTS)
If Not (hDesktop = 0) Then
lSize ...
Public Function GetDesktopName() As String
Dim hDesktop As Long
Dim lR As Long
Dim lSize As Long
Dim sBuff As String
Dim iPos As Long
hDesktop = OpenInputDesktop(0, False, DESKTOP_READOBJECTS)
If Not (hDesktop = 0) Then
lSize ...
- Wed Sep 06, 2006 7:49 am
- Forum: Coding Questions
- Topic: GetAdaptersInfo
- Replies: 6
- Views: 4717
- Wed Sep 06, 2006 7:48 am
- Forum: Coding Questions
- Topic: static or dhcp
- Replies: 2
- Views: 1459
- Tue Sep 05, 2006 8:10 am
- Forum: Coding Questions
- Topic: GetAdaptersInfo
- Replies: 6
- Views: 4717
- Tue Sep 05, 2006 12:03 am
- Forum: Coding Questions
- Topic: GetAdaptersInfo
- Replies: 6
- Views: 4717
- Mon Sep 04, 2006 11:06 pm
- Forum: Coding Questions
- Topic: GetAdaptersInfo
- Replies: 6
- Views: 4717
GetAdaptersInfo
please tranlate this code to PB4.0 im have no experience to do this, THX
; GetNetworkAdapters - 09/24/2003 updated/modified by TerryHough
; from PB forums by AngelSoul
; post http://jconserv.net/purebasic/viewtopic.php?t=7347
; The Lease Obtained and Lease Expired fields are incorrect. Need to ...
; GetNetworkAdapters - 09/24/2003 updated/modified by TerryHough
; from PB forums by AngelSoul
; post http://jconserv.net/purebasic/viewtopic.php?t=7347
; The Lease Obtained and Lease Expired fields are incorrect. Need to ...
- Mon Sep 04, 2006 10:20 pm
- Forum: Coding Questions
- Topic: static or dhcp
- Replies: 2
- Views: 1459
static or dhcp
Hi,
have you code in pb to tests the netconfiguration, is the ip static or with dhcp configures?
have you code in pb to tests the netconfiguration, is the ip static or with dhcp configures?
- Fri Sep 01, 2006 10:18 pm
- Forum: Coding Questions
- Topic: Virtual Desktops
- Replies: 8
- Views: 2668
- Thu Aug 31, 2006 7:20 am
- Forum: Coding Questions
- Topic: Virtual Desktop
- Replies: 2
- Views: 1539
Virtual Desktop
Hi,
i´m need to write a program for kioskmode and found this code in this forum,
im add a testwindow to this code, if this program running the testwindow comes up on the old desktop not on the new desktop, please help!
Warning! : if the program runing you cant switch to the old desktop, please ...
i´m need to write a program for kioskmode and found this code in this forum,
im add a testwindow to this code, if this program running the testwindow comes up on the old desktop not on the new desktop, please help!
Warning! : if the program runing you cant switch to the old desktop, please ...
- Fri Aug 19, 2005 4:59 pm
- Forum: Announcement
- Topic: PureBasic 3.94 for Windows released
- Replies: 67
- Views: 23511
- Fri Aug 19, 2005 4:31 pm
- Forum: Announcement
- Topic: PureBasic 3.94 for Windows released
- Replies: 67
- Views: 23511