Search found 5 matches

by insertdisk
Sat Aug 15, 2009 11:09 am
Forum: magicJack Tips and Tricks
Topic: A way so you don't have to dial your own area code each time
Replies: 41
Views: 45666

Ok- This may cause more problems but for right now it seems to work to enable "411" and "911" calls. I removed the "=" sign in the line of code here.
if $NewCall And (StringLen($var) >= 3 AND StringLeft($var,1) <> "1")

The edited code is shown below. If there are problems with this config. please ...
by insertdisk
Sat Aug 15, 2009 10:40 am
Forum: magicJack Tips and Tricks
Topic: A way so you don't have to dial your own area code each time
Replies: 41
Views: 45666

pancho1950's script is working great for me. Do you think you could put something in the script that would not add the area code if someone dialed "911" or "411"? It adds my area code if I dial 411 and I assume it would when I dial 911 too. The call can not be completed that way.

I will try and do ...
by insertdisk
Fri Feb 13, 2009 11:27 pm
Forum: magicJack Tips and Tricks
Topic: powered usb hub
Replies: 8
Views: 5910

You can use task scheduler located in the control panel if you are using xp.

Create a new task and using the wizard browse to C:\Windows\system32\shutdown.exe

Click through the prompts and use a password (create one for the account if you have not yet)

On the last screen you can check a tab to ...
by insertdisk
Thu Feb 12, 2009 5:28 pm
Forum: magicJack Tips and Tricks
Topic: Command Line Switches for MagicJack
Replies: 2
Views: 3301

Thank you, taskkill to the rescue. I thought I had memorized the wiki but :cry:
by insertdisk
Thu Feb 12, 2009 5:04 pm
Forum: magicJack Tips and Tricks
Topic: Command Line Switches for MagicJack
Replies: 2
Views: 3301

Command Line Switches for MagicJack

I would like to schedule a task to shutdown magicjack before the scheduled task executes to restart the computer.

Are there documented command line switches that would accomplish this?

How would you do it?