batch store files in temp file
Moderator: DosItHelp
batch store files in temp file
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
Please give a better explanation of what you are trying to achieve, with examples.
Re: batch store files in temp file
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
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
how would i do that
Re: batch store files in temp file
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 ?