Summary: Hi all!! Is there a way to use a batch file to edit another file without user intervention? For example, could I use a bat file with find and edit to...
Summary: I once knew a way to insert some text into a document using a batch file(i know it sounds strange..!) and im sure i used the COPY command or something...
Summary: Or, maybe the following: VB3 Using ExitWindowsExec() in VB to Run MS-DOS Batch File ----------------------------------------------------------------...
Summary: Use Excel to create the batch file to rename. Create A Column to make the REN command string, print the column to DISK as TEXT File, EDIT the TEXT fil...
Summary: A similar case: I have some files (with long filenames) that have spaces in them. All I'd like to do is to remove the space from the filename, such a...
Summary: I am writing a simple batch file to sync the time on all the work stations. I am using the NET TIME \\computername / set but I can't tell to auto acc...
Summary: I use a laptop. I use ADSL collecting e-mails in office and dial-up while I'm on the road. Every time when I come back to office I have to change a l...
Summary: A batch file cannot alter a registry entry but a .reg file can. You can however use a .bat file to call up a .reg file (handy for various things, inc...
Summary: I am using windows 98SE and i am trying to set wallpaper in a batch file. Does anybody know how to do this? Can it be done? I am currently experime...
Summary: I am unable to pipe\rediret text within a single batch file with the intention that all text lines are available to ECHO and located at the end of the...
Summary: Example batch file (use quotation marks for long file names) (use CLS at the end to close the file): "C:\PROGRAM FILES\APPLICATION\APPNAME.EXE" CLS N...
Summary: you cannot do this. You can only do the above if it is a shortcut. If you want to change the icon it will affect all batch files:- go into my compute...
Summary: I'm using in a batch file the command Msimn (Outlook express) to automaticaly send a mail. The command works properly, but i must validate it with an ...
Summary: Well .. here is an MS-DOS batch file that uses the EXIT statement ... @echo off cls echo. echo Starting REMOVAL of Xteq Systems X-Setup... echo. call ...
Summary: We are mainly a UNIX environment so need processes that we can automate in a non-gui world, even if it has to be in a Microsoft environment. Basically...
Summary: I wondered if anyone might be interested in the following batch files. The were produced for saving and restoring the W95 & W98 registry (plus system....
Summary: I need the command line to check the version of my windows version. (and see if it is = 4.00.950a), if not....(procedure) I will do this in a batch fi...
Summary: I am working on a batch file that I just can't seem to get to jump through the hoops. We are working on migrating our company users to Win2K from Win9...
Summary: I am attempting to create a batch file that will automatically launch a dial up connection. I will eventually be using the script on Win 98 PC's but f...
Summary: Hiya, I tried this and it worked. Get her to copy all the files into a directory. go into dos ( just open up a dos screen in windows ) go to that dire...