Skip to content

Htaung/Google-Map-with-KD-tree-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copy Util in windows


  @ECHO OFF && CLS

SET /P y=Insert de number of the records: 
SET /A start=40
SET /A z=y+1
SET /A t=0

REM start the loop
:MKDIR
SET /A t=start-13*3
REM make the directory
MKDIR %start%
xcopy C:\Users\Htaung\Desktop\Images\%t%".jpg" C:\Users\Htaung\Desktop\Test/%start%\

REM increment by 1
SET /A start=start+1

REM if we're at the end, return
IF %start%==%z% (GOTO :EOF) ELSE (GOTO :MKDIR)  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published