Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

boards

source_folder = r"C:\Users\piotree\BUvsBB_B0ARD.cfr"
dest_folder = r"C:\Users\50subset/"
boards = ['AcKdTh',
'AcKdTc',
'AcQd7h',
'AcQd7d',
'Ac4d2h',
'Ac4d2d',
'KcQd6h',
'KcQd6c',
'QcJd9h',
'QcJd9c',
'JcTd3h',
'JcTd3d',
'Qc8d6h',
'Qc8d6d',
'9c8d7h',
'9c8d7c',
'Qc7d3h',
'Qc7d3d',
'Kc4d2h',
'Tc5d4h',
'Tc5d4c',
'7c6d2h',
'7c6d2d',
'4c3d2c',
'4c3d2h',
'Jc5d5h',
'Jc5c5h',
'Ac9d8d',
'Ac9d8c',
'Kh4d2h',
'Qh9h6h',
'8c4d2h',
'Tc8d3h',
'Tc8d3c',]




for board in boards:
  xcopy_line = 'xcopy '+ source_folder.replace('B0ARD', board)+ ' '+ dest_folder
  print(xcopy_line)

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.