Guys,
This one is killing me off. I have installed checkpoint 3 times now and get exactly the same error state. When the firewall service starts the routing dies and when I kill the firewall services the routing starts again what is causing this???!??
I am connected to a Cisco 3750 switch...
Hi Guys,
This problem is driving me crazy. We have a Cisco 3750 with VLANS setup on it. From one of the sites attached to this switch is a VPN connection setup in Gateway to Gateway mode to yet another site.
The problem is I can't route out of the vlan to another router. I keep getting...
thanks for the info - I didn't think it could but hey ive been wrong before. Hence the post.
I am building a DB class and was hoping to pass the connection info to the database during initialisation.
Instead of the familiar:
Set myDB = new DBObject
mydb.connection = "bla"
Thanks again...
:D
Hi guys,
Probably a n00b question. But how do I convince the Common Dialog to accept me selecting nothinh in a given filepath so that I can only collect the path.
I need this for setting project folder roots and so on.
OPENFILENAME ofn; char buf[256]; buf[0] = NULL...
Just connect a ordinary CAT5 cable between 2 of the four ports for LAN access. Wait two minutes and then power cycle the device.
the device will then be on 192.168.1.1 and have a blank admin password.
thanks,
Robert
Here man all the code you need :)
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "CLS + {ENTER}"
Set WshShell = Nothing
Enjoy! :)
Put a server in. Provide proper infrastructure DNS/WINS etc and that will remove connectivety issues.
Or the switch has something wrong with it.
Are any of the cable runs longer than 100 meters?
Oh, I have been caught out with auto-disconnect before and it was flakey RJ45 sockets on NIC's...
Stick this code above the body section and set the onclick event to run the sub.
You can change the strCMD string to:
strCMD = "cmd /c cscript.exe discomp.vbs"
<script language="vbscript">
Public Sub RunScript()
Set objWSH = CreateObject("WSCript.Shell")
strCMD = "cmd /c notepad.exe"...
Heres the full script
'###############################################################################
'
' Description: prn to pdf wrapper script using Ghostscript
' Version Ghostscript 8.13
'
'
' NB: You need to add a two entries to the PATH environment variable via the
'...
Thanks for that. I had eventually worked it out by analysing the word object model within word.
Didn't know you didn't need to set the PrintToFile flag though.
Cheers for the advice
regards - Robert
I will finish the full script and publish it here for others soon.
thanks again
Hi guys,
This one is breaking me up. Can I or can I not tell word via vbscript to print to file. I want the prn file to go to the next wrapper code section I have written to convert to pdf using Ghostscripts ps2pdf.
I can convert no bother to PDF but I can't get the printer to print to file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.