Batch File SIP ALG test [closed] - file

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
The below line has a program that runs like a batch file.
I'm needing to create something similar that can run as just a batch file to
test for SIP or ALG.
https://kb.iplogin.ca/hc/en-us/articles/360003299092-Prepare-Your-Network-for-Phones-line-test-ports-and-protocols-
I work at for a Telecommunications company and it would be a great tool for us to use. - Many thanks

There are plenty of such tools exists. For example http://sipp.sourceforge.net/
No point write just enother tool.
Just create scenario for sipp and check out result.

Related

I have a custom library in C, where should I put the files and do i have to specify an extra flag in vs code? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
my school decided to use their own custom library in their computers and they don't give tutorials to install it, so I would like some help to properly compile on my own computer. file with custom library inside
I tried putting the folders in some places but didn't expect any good results

Batch - Commenting on YouTube [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I would like to create a simple program that can comment on youtube videos automatically. If This is possible then maybe i can find a Way To automatically comment on youtube
Thanks in advance
It is not possible to do with batch files, but look into VBScript, it has a "SendKeys" function which is like a typer and you can click in sertain positions.
Which means you could create a program that clicks in the comment box and types, then presses "Post".

Read and rename a file from a folder in C [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to make a program that reads the name of a (.mp3) file from a folder and then re-name it. I want to know how to do so.
Please give me an example on how to read a (.mp3) file name and save it, and also point to me things that I should know to make this program.
I'm on windows and using VS2013.
You might like to use the rename() function.
To scan a directory you can use a combination of FindFirstFile() and FindNextFile() calls.

I can't find SQLite in applications/library [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I can't find SQlite in applications/library. I've implemented the code to create the database. It's a small test, basically it just adds a person's first name and last name to a table. I don't have to download it, do I? I'm using Xcode 4.6.
You have to add usr/lib/sqlite_3.0.lib to the frameworks and #import sqlite3.h in your code.
If you need an example, see this link
http://www.techotopia.com/index.php/An_Example_SQLite_based_iOS_4_iPhone_Application_(Xcode_4)
If you've already done it, what is the error message you are receiving?

what is qdb? database [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
At my work place they use qdb to store data. Can someone tell me in more detail "why qdb?" and can you refer me to some link so that I can read more about it? because everytime i search for qdb i find GDB pages
Why not ask people at work who actually use it? :)
Third link on google explains what it is:
QDB database
QDB is a user-contributed database that can read and write DBASE files.
filburt.lns.mit.edu/oops/Html/SW/wxwin/wx/wx15.htm
EDIT: The most productive Google search so far is:
qdb database -quotes -gdb

Resources