Hi,
Registered the Pro version a few weeks ago, just love it!
Having a problem running the following batch file. It works fine in Windows Explorer, but in xplorer2 the DOS console window appears normally and goes away normally, but the files are not erased.
I checked the registry keys you described in another thread. They show the correct values for batch files.
Running XP Home.
The file:
erase *.o
erase *.a
erase *.opts
erase *.map
erase *.fil
erase *.opti
batch file won't run normally
Moderators: fgagnon, nikos, Site Mods
-
mrainey
- New Member
- Posts: 7
- Joined: 2004 Oct 03, 00:00
- Location: Kings Mountain, North Carolina
-
fgagnon
- Site Admin

- Posts: 3737
- Joined: 2003 Sep 08, 19:56
- Location: Springfield
-
mrainey
- New Member
- Posts: 7
- Joined: 2004 Oct 03, 00:00
- Location: Kings Mountain, North Carolina
-
fgagnon
- Site Admin

- Posts: 3737
- Joined: 2003 Sep 08, 19:56
- Location: Springfield
I cannot reproduce your problem (on XP sp2).
I placed a .bat file containing the following code in the directory where I wanted to delete all .bak files, as a test. When I d-clicked the bat file in a xplorer² pane, it erased all .bak files as expected.
I also placed this .bat file elsewhere [ in c:\utils ], and ran it.Again, this worked as expected, deleting all .bak files in the target directory.
I placed a .bat file containing the following code in the directory where I wanted to delete all .bak files, as a test.
Code: Select all
erase *.bak I also placed this .bat file elsewhere [ in c:\utils ], and ran it.
Code: Select all
cd \fg\analysis
erase *.bak -
mrainey
- New Member
- Posts: 7
- Joined: 2004 Oct 03, 00:00
- Location: Kings Mountain, North Carolina