1
0
Fork 0
Commit graph

144 commits

Author SHA1 Message Date
Peter Veenstra
afb9e84c53 Add an noautoexec switch (RFE: 1215226). And made echo off skip the internal SET lines of dosbox as well. (RFE/PATCH: 1258897)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2428
2006-01-12 10:20:20 +00:00
Peter Veenstra
57167a934e some issues with the restartable stuff.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2426
2006-01-11 09:25:38 +00:00
Peter Veenstra
9369776634 mode specific startup messages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2404
2005-12-05 12:07:55 +00:00
Peter Veenstra
6ed6d775c7 Fixing possible stack overflow. (thanks Jochen)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2390
2005-11-24 18:16:15 +00:00
Peter Veenstra
2eb59a43e3 setup int 23 to point into the rootpsp. Fixes What.exe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2384
2005-11-21 18:32:38 +00:00
Peter Veenstra
00fab72f8c quotes can end as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2381
2005-11-21 07:21:28 +00:00
Peter Veenstra
1b9f9c0169 don't parse redirection when in quotes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2380
2005-11-20 20:15:16 +00:00
Peter Veenstra
511687f8f1 Change behavior of rename when in the source a directory is specified
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2338
2005-10-05 08:58:24 +00:00
Peter Veenstra
5464fb8bca Internal documentation update. Merging with patch 1277001 from TaeWoong Yoo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2329
2005-09-29 08:48:39 +00:00
Peter Veenstra
583cfcae5d Fix bug 1306390. Batch labels can start with a space
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2324
2005-09-28 08:14:27 +00:00
Peter Veenstra
8799eb0ffe Added a somewhat modified version of patch 1240751 from cyberwalker to make SET aware of envirionment variables on the command line
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2306
2005-09-10 14:15:37 +00:00
Peter Veenstra
44d90e5cf4 implemented feature request 1242202: "getting config values via z:\config"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2283
2005-08-22 19:31:27 +00:00
Sebastian Strohhäcker
dd14afd41e load programs into upper memory (LH/LOADHIGH);
fix tab completion


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2269
2005-08-10 19:53:11 +00:00
Peter Veenstra
d0ea228182 Fix bug 1241198 (if cond set a=b didn't work because a single = wasn't allowed without errorlevel)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2243
2005-07-20 15:27:20 +00:00
Peter Veenstra
3c88eaf92d fix tiny bug when >> is used on a non-existing file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2214
2005-05-31 20:19:13 +00:00
Peter Veenstra
5d3d56e060 add patch/bug 1203382 from Chris Thielen. Fixes problems with batchfiles using %0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2210
2005-05-18 17:29:09 +00:00
Peter Veenstra
a7b9d51ead more comments.remove unused variables. Cleanup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2202
2005-04-29 14:10:45 +00:00
Peter Veenstra
29926269fd fix broken multiple -c commands. Changed current directory detection a bit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2194
2005-04-26 14:31:41 +00:00
Peter Veenstra
2a0f3a1f3d Support configuration changes from the shell.
syntax:
property       => lists the current value of the property
property=value => Sets property to value
examples:
ems=true
cycles=5000
core=full

Added "wc" as alias for writeconf and "wl" for writelang(Requested by
DosFreak)
Added support for home/end on the shell(parapente)
Config supports the setting of configuration as well:
config -set "section property=value"

This one should be used for properties that exist in more than one section.
Samplerate for example.

Changed the main shellinput loop. So it checks for a property if the entered
command isn't an internal command or an executable.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2190
2005-04-21 21:17:46 +00:00
Peter Veenstra
0b0dac3832 fix remaining part of 1156163
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2170
2005-04-03 17:37:09 +00:00
Peter Veenstra
e5b9049ac5 added include for support.h. Fixes bug 1173820
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2169
2005-04-01 10:15:26 +00:00
Peter Veenstra
6f5fde9267 new configuration layer. Removed shell_addautoexec and replaced it by objects. Fixed bug 1169240 and 1156163
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2165
2005-03-25 12:03:50 +00:00
Peter Veenstra
204409c014 some includes to keep it compiling + hack so we have good console all the time
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2147
2005-03-25 09:02:46 +00:00
Peter Veenstra
9a497f0b4b if is always with == except for errorlevel, which accepts = as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2125
2005-03-02 11:53:00 +00:00
Peter Veenstra
8beb996996 Change filetable to 01 01 01 00 02. Fixes some bugs in DN
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2117
2005-02-24 11:48:01 +00:00
Peter Veenstra
2094d8b985 Year update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
2005-02-10 10:21:12 +00:00
Peter Veenstra
e805d9c05f Some "proper" int 24 in psp. Fixes Telarium games.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2097
2005-01-14 19:38:19 +00:00
Peter Veenstra
158562ba52 2 patches: Backspace always clears cache (xulchris) and switch to private dta while findfirst/next (wd).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2095
2005-01-11 21:08:08 +00:00
Peter Veenstra
97ac4e4b4d Open input in read mode instead of read/write mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2058
2004-11-13 12:19:43 +00:00
Peter Veenstra
49cfc19efb Added path as command
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2056
2004-11-13 12:06:39 +00:00
Peter Veenstra
fa0f126530 Allow redirection (< and > (also to devices) stuff like mount c c:\ >nul works)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2055
2004-11-13 12:04:47 +00:00
Peter Veenstra
232541c358 Added lot's of callback information. Added some useful information on how to use the debugger. Added patch 105158 from Hendrik Jan Visser
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2035
2004-10-23 15:15:07 +00:00
Peter Veenstra
71ec900fe0 Let some of the shell commands switch to a private dta. Fixes 1040579
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2034
2004-10-21 15:38:39 +00:00
Peter Veenstra
6793c1b7ac shell_misc.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2033
2004-10-20 19:53:50 +00:00
Peter Veenstra
3602a06de9 Rewrote devices so they can be opened/closed/cloned. Fix Turbo pascal 7 saving bug(wd/mirek). Increase number of files to 127. Remove null device from default handles. Proper creation of the initial psp. (not hacked anymore). Quite some files= bugs should be fixed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2025
2004-10-17 14:45:00 +00:00
Peter Veenstra
55f41cb678 Made the : optional in subst.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2009
2004-10-02 11:13:02 +00:00
Peter Veenstra
7da8b39be5 Some cleanups and some dots
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1997
2004-09-28 15:31:21 +00:00
Peter Veenstra
6574f599b7 Readme to lightblue
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1995
2004-09-25 09:19:53 +00:00
Peter Veenstra
6fb463f5e1 Spiced up startup message. and corrected a typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1991
2004-09-23 18:19:50 +00:00
Peter Veenstra
692445523a Some DIRCMD for XulChris
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1984
2004-09-18 10:20:54 +00:00
Peter Veenstra
30f2bb7612 Second part of patch 1022702. (All except addkey). Changed loading of a BCD in the fpu a bit to get more resolution and speed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1959
2004-09-09 18:36:50 +00:00
Peter Veenstra
25ab0c147a First part of patch 1022702 by moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1955
2004-09-08 18:58:48 +00:00
Peter Veenstra
89bb2a37cc Fixed colors. spaces2tabs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1928
2004-08-26 19:49:26 +00:00
Peter Veenstra
2b661d5648 some newbie help
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1900
2004-08-04 13:15:56 +00:00
Peter Veenstra
ca409fd57c Typo in preamble
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
2004-08-04 09:12:57 +00:00
Peter Veenstra
e455b0442f Added option AD for dir
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1898
2004-08-03 19:37:04 +00:00
Peter Veenstra
aec929e387 Fixed copy after new support functions
fixed a bug with long commandlines crashing dosbox.
fixed size not being updated when deleting characters in shell
fixed a bug which caused stack corruption when editing commands (wjp)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1805
2004-05-20 13:17:27 +00:00
Sjoerd van der Berg
90a1e84943 Use new support functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1794
2004-05-11 18:59:32 +00:00
Peter Veenstra
e3a7a48687 Added SDA.
Update DTA/PSP to use SDA.
Added some more pic commands.
Cleaned dos.cpp up a bit.
Handled some more calls in dos.cpp.
Changed execute and terminate to mess less with the dta.
Removed all dta references and changes in PSP.
Added some messages to messagefile for mount.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1787
2004-05-04 18:34:08 +00:00
Peter Veenstra
74f0e5290c exist searched for too much
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1753
2004-04-01 13:00:05 +00:00