Batch Crossing Over

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Message
Author
Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Batch Crossing Over

#31 Post by Ed Dyreen » 31 May 2011 00:34

Yes well, now for me to figure out which compiler I need right :!:

format PE GUI 4.0

WHAT IS THAT :shock:

All kidding aside I know more than I lead on

And I nicely explain it to you !
You basterd :P

Impressive though it can't move a cursor in a CMD window.

Cleptography
Posts: 287
Joined: 16 Mar 2011 19:17
Location: scriptingpros.com
Contact:

Re: Batch Crossing Over

#32 Post by Cleptography » 31 May 2011 00:55

Ed Dyreen wrote:Impressive though it can't move a cursor in a CMD window.

:mrgreen:

Cleptography
Posts: 287
Joined: 16 Mar 2011 19:17
Location: scriptingpros.com
Contact:

Re: Batch Crossing Over

#33 Post by Cleptography » 31 May 2011 04:42

198.41.0.4
192.228.79.201
192.33.4.12
128.8.10.90
192.203.230.10
192.5.5.241
192.112.36.4
128.63.2.53
192.36.148.17
192.58.128.30
193.0.14.129
199.7.83.42
202.12.27.33
:twisted:

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Batch Crossing Over

#34 Post by Ed Dyreen » 31 May 2011 04:45

Mine ain't in there :mrgreen:

@Cleptography
Now stop fooling around, don't u have some PRO something else to do ?

Cleptography
Posts: 287
Joined: 16 Mar 2011 19:17
Location: scriptingpros.com
Contact:

Re: Batch Crossing Over

#35 Post by Cleptography » 31 May 2011 04:47

Das ist, weil man ja aus Deutschland sind?

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Batch Crossing Over

#36 Post by Ed Dyreen » 31 May 2011 04:48

:lol: WRONG but close

You just er for fun Aaii ?
Last edited by Ed Dyreen on 31 May 2011 04:51, edited 1 time in total.

Cleptography
Posts: 287
Joined: 16 Mar 2011 19:17
Location: scriptingpros.com
Contact:

Re: Batch Crossing Over

#37 Post by Cleptography » 31 May 2011 04:51

Do you know whos ip's those belong to?

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Batch Crossing Over

#38 Post by Ed Dyreen » 31 May 2011 04:51

Why should I care, but it's easy to figure out where they live. 8)

Cleptography
Posts: 287
Joined: 16 Mar 2011 19:17
Location: scriptingpros.com
Contact:

Re: Batch Crossing Over

#39 Post by Cleptography » 31 May 2011 04:53

My apologies Dutch.

Cleptography
Posts: 287
Joined: 16 Mar 2011 19:17
Location: scriptingpros.com
Contact:

Re: Batch Crossing Over

#40 Post by Cleptography » 31 May 2011 04:53

Where do they reside?

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Batch Crossing Over

#41 Post by Ed Dyreen » 31 May 2011 04:55

Come on, you playing again, I said I know that already, there is a progie for that and I am not gonna search my library, for a name I don't even remember.

Besides, we are not in a chat connection, you would have to like hack this site to get my ip out.

Cleptography
Posts: 287
Joined: 16 Mar 2011 19:17
Location: scriptingpros.com
Contact:

Re: Batch Crossing Over

#42 Post by Cleptography » 31 May 2011 05:02

As long as you know what they represent, no one is playing anything :twisted:

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Batch Crossing Over

#43 Post by Ed Dyreen » 31 May 2011 05:11

I like this :wink: :wink: :wink:

Code: Select all

::--------------------------------------------------------------------------------------------------------------------------
%@Pre% @GetRandom
::(
   set ^"$Usage.@GetRandom=^
%   % Usage : !\n!^
%   %  %@forA% ^( '"$Mininmum"¦"$Maximum"¦"$StoreVAR"' ^) !\n!^
%   %  %%@GetRandom%% !\n!^
%   % input: !\n!^
%   %  $Mininmum: required : VarStr  : Lower boundary !\n!^
%   %  $Maximum : required : VarStr  : Upper boundary !\n!^
%   %  $StoreVAR: required : String  : name of return variable !\n!^
%   % ToConsole: !\n!^
%   %  Contents of $StoreVAR !\n!^
%   %  The output can be redirected. !\n!^
%   % Return: !\n!^
%   %  $error: 0 for succes, panic otherwise "
   ::
   set ^"@GetRandom=do ( %\n2%

      %@forA% ( '"@GetRandom"' ) !@DebugPush! %\n2%
      rem %@forTS2% ( "@DebugShoIn" ) !@CallMacro! %\n2%

      Setlocal EnableDelayedExpansion %\n2%

      %@forTS2% ( %\n2%

         ""$Mininmum"¦"%%~a"" %\n2%
         ""$Maximum"¦"%%~b"" %\n2%

      ) do    %@forA% ( %\n2%

         '%%~^^^!' %\n2%

      )                !@AnyErr_To_Var! %\n2%
      %@forA% ( '"$StoreVAR"¦"%%~c"' )   !@StrErr_To_Var! %\n2%

      call set /a $StdOut = %%Random%% %%%% ^^^^^^^( $Maximum - $Minimum + 1 ^^^^^^^) + $Minimum %\n2%

      %@forR% ( %\n2%

         '"^!$StoreVAR^!"¦"^!$StdOut^!"' %\n2%

      ) do ( %\n2%

         Endlocal %\n2%

         set "%%~r=%%~s" %\n2%

      ) %\n2%

   ) ^&( %\n2%

      !@\necho! %\n2%
      call set /p "?= %%~c : ^!%%~c^! [OK]" ^<nul %\n2%

      rem %@forTS2% ( "@DebugShoOut" ) !@CallMacro! %\n2%
      !@DebugPop! %\n2%
   )"
::)
%@Post% @GetRandom [OK]
::--------------------------------------------------------------------------------------------------------------------------


I wonder if nitt.. can figure out how to use it :lol:
Last edited by Ed Dyreen on 31 May 2011 10:01, edited 16 times in total.

Cleptography
Posts: 287
Joined: 16 Mar 2011 19:17
Location: scriptingpros.com
Contact:

Re: Batch Crossing Over

#44 Post by Cleptography » 31 May 2011 05:25

I have lost faith in nitt :cry:

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Batch Crossing Over

#45 Post by Ed Dyreen » 31 May 2011 05:28

There is hope.

I try not to be mean, sometimes I fail :D

Post Reply