Page 1 of 1

batch store files in temp file

Posted: 17 Aug 2015 17:09
by batchcc
I have been working on a batch os but I have a question is there a way to store file made in the batch os in a temp file so only the temp file can be accessed from windows explorer like a virtual location ? Thanks

Re: batch store files in temp file

Posted: 17 Aug 2015 18:12
by foxidrive
Please give a better explanation of what you are trying to achieve, with examples.

Re: batch store files in temp file

Posted: 21 Aug 2015 14:09
by batchcc
I want to be able to create files from the os like text files and batch files that store them selvs in a temp file a act like an explorable directory but only the temp file can be viewed from windows explorer.

Re: batch store files in temp file

Posted: 22 Aug 2015 11:26
by npocmaka_
batchcc wrote:I want to be able to create files from the os like text files and batch files that store them selvs in a temp file a act like an explorable directory but only the temp file can be viewed from windows explorer.

Uhmm... Sounds like zip or cab file.

Re: batch store files in temp file

Posted: 22 Aug 2015 15:46
by batchcc
how would i do that

Re: batch store files in temp file

Posted: 23 Aug 2015 03:15
by npocmaka_
batchcc wrote:how would i do that

take a look at this - http://stackoverflow.com/questions/28043589/

Re: batch store files in temp file

Posted: 25 Aug 2015 11:04
by batchcc
how could I also use copy /b file.ext and store it in a temp file then copy the binary back into a new file.ext ?