Search found 4 matches
- 08 Apr 2015 11:44
- Forum: DOS Batch Forum
- Topic: any way to attach a bat file to windows installation?
- Replies: 4
- Views: 6192
- 08 Apr 2015 00:42
- Forum: DOS Batch Forum
- Topic: any way to attach a bat file to windows installation?
- Replies: 4
- Views: 6192
any way to attach a bat file to windows installation?
I want to automate some the installation of some drivers/programs i use on a daily basis to a windows iso. so lets so i reinstall windows, i want this batch file to run after the install is complete or during the installation process. is there any way to do that?
- 06 Apr 2015 14:49
- Forum: DOS Batch Forum
- Topic: ftp batch file rename if already exists
- Replies: 2
- Views: 2966
ftp batch file rename if already exists
so im making a batch file that automatically uploads files from my directory on my computer to my website ftp. it does fine on the upload part but i want it to be able to rename files automatically if they already exist. is there a way to do that? this is what i have so far... @echo off echo user b7...
- 30 Mar 2015 21:54
- Forum: DOS Batch Forum
- Topic: SET INSTALLPATH problem
- Replies: 3
- Views: 4139
SET INSTALLPATH problem
I'm trying to create a batch file with that uses wget / nircmd.exe. i have install path set to "%appdata%"\whatever the problem comes when i run this batch file on my second computer which contains a space in the name of the user. wget seems to try and save it to c:\users\klaus and ends up...