batch store files in temp file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
batchcc
Posts: 139
Joined: 17 Aug 2015 06:05
Contact:

batch store files in temp file

#1 Post by batchcc » 17 Aug 2015 17:09

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

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: batch store files in temp file

#2 Post by foxidrive » 17 Aug 2015 18:12

Please give a better explanation of what you are trying to achieve, with examples.

batchcc
Posts: 139
Joined: 17 Aug 2015 06:05
Contact:

Re: batch store files in temp file

#3 Post by batchcc » 21 Aug 2015 14:09

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.

npocmaka_
Posts: 512
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

Re: batch store files in temp file

#4 Post by npocmaka_ » 22 Aug 2015 11:26

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.

batchcc
Posts: 139
Joined: 17 Aug 2015 06:05
Contact:

Re: batch store files in temp file

#5 Post by batchcc » 22 Aug 2015 15:46

how would i do that

npocmaka_
Posts: 512
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

Re: batch store files in temp file

#6 Post by npocmaka_ » 23 Aug 2015 03:15

batchcc wrote:how would i do that

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

batchcc
Posts: 139
Joined: 17 Aug 2015 06:05
Contact:

Re: batch store files in temp file

#7 Post by batchcc » 25 Aug 2015 11:04

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 ?

Post Reply