Hudda Posted September 21, 2007 Share Posted September 21, 2007 My knowledge of batch files is limited to using the copy, move and deleting functions. However what I'm after is a batch file to copy a file to a directory (which I can do) then run an executable file. If anyone can help me here it would be greatly appreciated. Link to comment Share on other sites More sharing options...
BigRog Posted September 21, 2007 Share Posted September 21, 2007 dont know if this helps but check this out http://www.computerhope.com/batch.htm Link to comment Share on other sites More sharing options...
Hudda Posted September 21, 2007 Author Share Posted September 21, 2007 I had look at that website, and if anything it confused me even more LOL Link to comment Share on other sites More sharing options...
BigRog Posted September 21, 2007 Share Posted September 21, 2007 i dont know much about batch files but i know kraw does he lurks at eamods.com i bet others here know but i dont know anyone Link to comment Share on other sites More sharing options...
krawhitham Posted September 21, 2007 Share Posted September 21, 2007 folder name is FOLDER file name is FILE.EXE copy FILE.EXE FOLDER cd FOLDER FILE.EXE the CD FOLDER "puts you" in the same folder as the file you could also just do FOLDERFILE.EXE if you do not need to be "in" the same folder some programs require you be in the working directory and some do not Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.