Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,
I want to create an update.bat file in order to automatically installed the file that I want to update.

Please help me about this.


Thanks,
Fritz_vic
Posted
Updated 17-Mar-11 2:30am
v2

This[^] may help.
In reality .bat files are just text files with a set of instructions.
A simple script that calls commands and programs in order.

Not really a c# question, unless I am missing something?
 
Share this answer
 
Comments
Аslam Iqbal 17-Mar-11 5:18am    
yeah, its not a C# question
fjdiewornncalwe 17-Mar-11 9:34am    
Clean and relevant. +5.
Sergey Alexandrovich Kryukov 17-Mar-11 14:47pm    
Hm. Very relevant reference, my 5.
--SA
Instead of using batch files, is there a reason you can't use click-once?
 
Share this answer
 
Comments
fjdiewornncalwe 17-Mar-11 9:35am    
Click once is the way to go.
Sergey Alexandrovich Kryukov 17-Mar-11 14:50pm    
Batch file is quite handy if is it couple of line or so: set a path of some, tool, get parameters, launch, the tool, something like that. Developing too much of batch does not worth the effort due to lack of debugging and heavy limitations.
So, your suggestion is quite valid, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900