Search found 3 matches
- 06 Jun 2013 06:08
- Forum: DOS Batch Forum
- Topic: Append and delete bacth file needed
- Replies: 5
- Views: 2819
Re: Append and delete bacth file needed
I need the raw text from the input file to be sent to an applikation (not http). The only konfiguration i got inside this application is this: [Channel 4] Name=963 Host=127.0.0.1 Type=Visonik Port=9999 This application is already recieving data from other systems directly - meaning without this inpu...
- 06 Jun 2013 02:54
- Forum: DOS Batch Forum
- Topic: Append and delete bacth file needed
- Replies: 5
- Views: 2819
Re: Append and delete bacth file needed
thank you foxidrive.
This did what I asked for...
but, the application will not read the output fil.
Is there anyway that this could be sent to at tcp port on localhost instead of been written to the output file?
thx
This did what I asked for...
but, the application will not read the output fil.
Is there anyway that this could be sent to at tcp port on localhost instead of been written to the output file?
thx
- 05 Jun 2013 13:01
- Forum: DOS Batch Forum
- Topic: Append and delete bacth file needed
- Replies: 5
- Views: 2819
Append and delete bacth file needed
Hello I need some help creating a batch file... I've an application that recieve data on COM1 and then create a txt file with the message recieved on COM1. The application is then waiting for this txt file to be deleted before creating the next message (data is buffered inside the application). I fo...