Search found 5 matches

by Cacrito
01 Dec 2013 00:21
Forum: DOS Batch Forum
Topic: Virtual Copy, the Bubble (VCB)
Replies: 6
Views: 3978

Re: Virtual Copy, the Bubble (VCB)

Suggestions:
VCB catalog can be archived in zip folder and may be viewed in android but I am not sure if the search function will work.
It would be convenient if we add a pop-up function for changing directories.
by Cacrito
01 Dec 2013 00:20
Forum: DOS Batch Forum
Topic: Virtual Copy, the Bubble (VCB)
Replies: 6
Views: 3978

VCB 1.1

Pros: VCB is open source, everyone can use and improve it freely. VCB is tiny (less than 1kb) as a bat file. No need to install software, no registration needed. It do not need other periferal software. It has insanly low hardware requirements. VCB catalog just regular directories with files in it;...
by Cacrito
01 Dec 2013 00:19
Forum: DOS Batch Forum
Topic: Virtual Copy, the Bubble (VCB)
Replies: 6
Views: 3978

VCB V1.1

Here is the fixed code by foxidrive He got the directory structure right! @echo off setlocal enabledelayedexpansion set "SOURCE_DIR=D:\Newfolder" set "DEST_DIR=D:\Newfolderblank" set FILENAMES_TO_COPY=* for /R "%SOURCE_DIR%" %%F IN (%FILENAMES_TO_COPY%) do ( set "F...
by Cacrito
01 Dec 2013 00:18
Forum: DOS Batch Forum
Topic: Virtual Copy, the Bubble (VCB)
Replies: 6
Views: 3978

Name change:%Virtual Copy, the Bubble(VCB) by Cacrito V1.1%=

VCB V1.1

Define
"VCB" is the programe

"VCB catalog" is the bubble directory structure with no-content files created by VCB.
by Cacrito
01 Dec 2013 00:17
Forum: DOS Batch Forum
Topic: Virtual Copy, the Bubble (VCB)
Replies: 6
Views: 3978

Virtual Copy, the Bubble (VCB)

Virtual Copy, the Bubble (VCB) Scenario If you have your files copied across several HDDs many times you will find yourself in a situation where you want to check whether you have a specific file(s) and in which HDD. You may need to connect several HDDs and search, or worse you might have left one o...