Search found 29 matches

by raspberry109
26 Oct 2017 09:08
Forum: DOS Batch Forum
Topic: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?
Replies: 13
Views: 10708

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

No! i tried many times but ,try yourself to register!! registration is close!Can you give me an acc. ? :P
by raspberry109
26 Oct 2017 08:53
Forum: DOS Batch Forum
Topic: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?
Replies: 13
Views: 10708

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

i writte to him 2 weeks ago and nothing....no answer nothing...
someone ask him 2-3 months ago and he didn't answer,uff few chances...
by raspberry109
26 Oct 2017 08:34
Forum: DOS Batch Forum
Topic: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?
Replies: 13
Views: 10708

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

I modify like this: <setting name="ReconnectOnDisconnect" serializeAs="String"> <value>True</value> </setting> The app. dones't open anymore,saying: : The application has failed to start becouse its side-by-side configuration is oncorrect.Please see the application event log or u...
by raspberry109
26 Oct 2017 08:06
Forum: DOS Batch Forum
Topic: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?
Replies: 13
Views: 10708

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

i was not sure, change FALSE with TRUE?
you think will work? will be amazing so change with TRUE?

Code: Select all

<setting name="ReconnectOnDisconnect" serializeAs="String">
                <value>False</value>
            </setting>
by raspberry109
26 Oct 2017 05:06
Forum: DOS Batch Forum
Topic: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?
Replies: 13
Views: 10708

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

can u take a look plz , i post above portable zip maybe here?i found a file '' portable.config '' don't let me open i nned visual c ++ i also found logfile and it sayd: Message: 2 An internal error has occurred. 2017-10-23 14:52:13,074 [7] INFO - Connection Event Closed 2017-10-23 14:52:13,074 [7] I...
by raspberry109
26 Oct 2017 03:00
Forum: DOS Batch Forum
Topic: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?
Replies: 13
Views: 10708

mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

mRemoteNG portable url: https://github.com/mRemoteNG/mRemoteNG/ ... G-1.72.zip
I connect my RDP with mRemoteNG,the prolem is that sometimes my session is disconnected a small window appears and say,see the snapshot i atached
Image
by raspberry109
22 Oct 2017 00:39
Forum: DOS Batch Forum
Topic: Can someone help me create or modify this script?
Replies: 0
Views: 6477

Can someone help me create or modify this script?

I have this script and works fine but i want to make a small change.The scenario is this: Mskscss.bat: m I open AlwaysUP(i run Mskscss.bat as System) so when finds the word: ''Discovered'' in this test file ''mskscss.out.txt'' then he will do this action: net stop Mskscss (managed by AlwaysUpService...
by raspberry109
08 Sep 2017 07:23
Forum: DOS Batch Forum
Topic: can anyone create this type of batch?
Replies: 7
Views: 5467

Re: can anyone create this type of batch?

i tried but dones't work, same problem!
by raspberry109
07 Sep 2017 14:20
Forum: DOS Batch Forum
Topic: can anyone create this type of batch?
Replies: 7
Views: 5467

Re: can anyone create this type of batch?

ok sorry then need help only for batch script, thank you
by raspberry109
07 Sep 2017 13:53
Forum: DOS Batch Forum
Topic: can anyone create this type of batch?
Replies: 7
Views: 5467

can anyone create this type of batch?

can anyone create this type of batch? I run this Simple-Script.bat: python my.py -w200 python my.py -w132 python my.py -w900 python my.py -w211 Each line runs well ---> python.exe process opens for each line(do his job) then closes automatically,but it seems that some lines cause problems,python.exe...
by raspberry109
07 Sep 2017 06:21
Forum: DOS Batch Forum
Topic: how to create 500 batch file?and to run at the same time but separately?
Replies: 2
Views: 3003

how to create 500 batch file?and to run at the same time but separately?

i have a text file wich contains 500 lines,e.g..: clip.py -w s 12.690.89909 clip.py -w s 4654.87978 clip.py -w s 12690.7987 clip.py -w s 4654.890 How to create a .bat file for each line , separately Output: 1.bat clip.py -w s 12.690.89909 2.bat clip.py -w s 4654.87978 3.bat clip.py -w s 12690.7987 e...
by raspberry109
05 Sep 2017 23:04
Forum: DOS Batch Forum
Topic: need a batch script to skip error from a python tool
Replies: 4
Views: 4073

Re: need a batch script to skip error from a python tool

Ok so i upload the .py file,can you take a look please? the error is this! when it encounters this error then it does not move to another line,it remains so forever rdpy.core.error.RDPSecurityNegoFail: negotiation failure code 5 there are to files .py and .pyc (compiled) rdpscreenshot.py downlaod li...
by raspberry109
05 Sep 2017 14:14
Forum: DOS Batch Forum
Topic: need a batch script to skip error from a python tool
Replies: 4
Views: 4073

need a batch script to skip error from a python tool

i use rdpy-master for python and i create a batch file to run 10.000 lines like this: rdpy-rdpscreenshot.py -w 1024 -l 800 -o C:/tmp/ 343.324.1.1 rdpy-rdpscreenshot.py -w 1024 -l 800 -o C:/tmp/ 345.12.1.1 rdpy-rdpscreenshot.py -w 1024 -l 800 -o C:/tmp/ 1.1.0.0 etc.. the problem is that sometimes at ...