![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use cURL in shell script and get most recent file from remote server using SFTP | toobrown1 | Shell Programming and Scripting | 7 | 09-10-2009 03:39 PM |
| Change the Windows Batch script to UNIX shell script. | tomailraj | Shell Programming and Scripting | 5 | 08-27-2009 12:44 PM |
| how to execute a batch script from shell script | lakshmis10 | Shell Programming and Scripting | 1 | 10-17-2007 01:43 PM |
| Converting Shell script to Dos batch files | darwinkna | Shell Programming and Scripting | 1 | 05-12-2006 12:01 PM |
| batch command in a shell script | ivvo | UNIX for Dummies Questions & Answers | 7 | 07-20-2005 10:06 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
shell script vorher batch mit curl
salve! this in windows command script (batch). i need it for mac....unix or linux Code:
@echo off Echo Router reconnect: AVM FRITZ!BOX FON WLAN 7170 curl "http://192.168.10.10:49000/upnp/control/WANIPConn1" -H "Content-Type: text/xml; charset="utf-8"" -H "SoapAction:urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination" -d "<?xml version='1.0' encoding='utf-8'?> <s:Envelope s:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'> <s:Body> <u:ForceTermination xmlns:u='urn:schemas-upnp-org:service:WANIPConnection:1' /> </s:Body> </s:Envelope>" echo MsgBox "Router restart", VBInformation + VbOKOnly, "Astalavista" >%TEMP%\os.vbs START %TEMP%\os.vbs how can i say this in unix - shell script format? can someone help me please thankx greetz dave Last edited by Franklin52; 10-02-2009 at 08:23 AM.. Reason: Please use code tags! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|