1
0
Fork 0
Commit graph

98 commits

Author SHA1 Message Date
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
Peter Veenstra
af6c42aff4 Some subst fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1712
2004-03-10 14:08:18 +00:00
Peter Veenstra
aee86bd8fb added patch 902595 from Giovanni Giacobbi
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1685
2004-02-24 09:27:29 +00:00
Peter Veenstra
bd02cf869e fixed batchfile handling as startup argument
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1683
2004-02-19 12:00:38 +00:00
Peter Veenstra
68f39d8e91 Some more hints
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1649
2004-02-03 08:35:29 +00:00
Peter Veenstra
1f0493d050 Made goto accept spaces between : and label
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1632
2004-01-31 20:01:01 +00:00
Peter Veenstra
fcbd0fe854 Copyright to 2004
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
2004-01-10 14:03:36 +00:00
Peter Veenstra
ca97ad9560 removed shell_inc.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1536
2004-01-06 11:21:58 +00:00
Peter Veenstra
82155f2b42 moved shell_inc.h to include and added subst and loadhigh (Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1493
2003-12-17 21:50:59 +00:00
Peter Veenstra
a03d87e551 Added patch 829954 from James Wilkinson
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1431
2003-11-11 18:47:25 +00:00
Peter Veenstra
87216faa9b Added patch 826821 from phearbear
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1382
2003-10-27 14:16:59 +00:00
Peter Veenstra
8c0b7658ea Added patch 827580 from James Wilkinson
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1350
2003-10-21 18:18:01 +00:00
Sjoerd van der Berg
f901c5e096 Remove help line
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1336
2003-10-14 23:34:28 +00:00
Sjoerd van der Berg
157e84e2a5 Direct access to dos variables
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1335
2003-10-14 23:34:23 +00:00
Peter Veenstra
c36318f721 correct all unintentional changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1314
2003-10-14 08:38:36 +00:00
Ulf Wohlers
5e13e5c0e4 argh, committed good file...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1313
2003-10-13 22:01:07 +00:00
Ulf Wohlers
55591a56da no message
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1312
2003-10-13 19:44:47 +00:00
Peter Veenstra
b79e8b1a52 fixed bug in delete. (Slor)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1310
2003-10-11 12:16:35 +00:00
Peter Veenstra
e242884354 Added patch from Srecko Morovic
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1307
2003-10-10 09:21:35 +00:00
Peter Veenstra
48f857d351 Fixed getredirection. Added support for stuff like copy >NUL f1.exe blah
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1287
2003-09-30 19:12:44 +00:00
Peter Veenstra
e195ea341e added tab as valid character when reading a batchfile
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1267
2003-09-24 19:37:14 +00:00
Peter Veenstra
1786adb90b Allowed tab as breaking character in a commandline
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1266
2003-09-24 19:36:14 +00:00
Peter Veenstra
79a1dcd2bc Fixed path parsing. made it more robust as well. (and slower offcourse)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1255
2003-09-21 13:30:25 +00:00
Peter Veenstra
9303d2300e fixed -c and added -exit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1254
2003-09-21 12:16:02 +00:00
Peter Veenstra
5d82be71aa Added call support
spiced up the startup message


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1238
2003-09-08 18:25:44 +00:00
Peter Veenstra
4199f0d483 Added Call support to the execute function.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1237
2003-09-08 18:22:57 +00:00
Peter Veenstra
c4d5fb062b Added Call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1236
2003-09-08 18:21:19 +00:00
Peter Veenstra
c862dbbe8c updated copyright and ID
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1235
2003-09-08 18:19:28 +00:00
Peter Veenstra
43abd3f1e4 Added the Call command
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1234
2003-09-08 18:17:23 +00:00
Peter Veenstra
e884b051ca fixed execution of files without an extension
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1216
2003-09-01 18:19:55 +00:00
Sjoerd van der Berg
5183db2202 Prevent added autoexec lines in config file to be parsed by sprintf
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1211
2003-08-31 20:34:52 +00:00
Peter Veenstra
9d063495e7 fixed little bug in dir. (dir /a was broken)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1192
2003-08-20 12:21:42 +00:00
Peter Veenstra
974254cb8a allowed stuff like cd.. cd\ and del. Fixed execution of non-executables. removed ECHODOT. Fixed crashes when tabcompletion was used on an empty directory. Fixed copy when the files were in the root directory.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1190
2003-08-19 18:01:57 +00:00
Peter Veenstra
2cacfbc98e Added patch 776979 from Florian Albrecht (in a modified format as it was made against 0.58)
Fixed Bugs related to .. and ...


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1178
2003-08-01 16:48:55 +00:00
Sjoerd van der Berg
d017f22b89 Initial checking for redirection, will need more changes in dos to allow this too work.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1161
2003-07-26 10:47:47 +00:00
Peter Veenstra
fc02a41aad Added support for pressing esc in shell so it escapes the current line and allows you to type a new command
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1136
2003-07-14 17:44:00 +00:00
Peter Veenstra
42711fd855 added shell4.patch from Guillaume Serre
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1079
2003-07-03 20:30:48 +00:00
Peter Veenstra
d1444fe09a added down patch from Guillaume Serre
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1010
2003-05-15 10:14:27 +00:00
Peter Veenstra
27d7b02a31 Added patches from Guillaume Serre and Justin. Changed copy to strip *.* from target
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1008
2003-05-12 09:19:55 +00:00
Peter Veenstra
51b1d83a6d added support for the don't inheritance flag and changed the psp routines to use this flag
Opening batfiles with the don't inheritance flag


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@982
2003-05-02 11:02:05 +00:00
Ulf Wohlers
7685449fe3 Dont show volume label on standard dir
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@958
2003-04-23 12:09:30 +00:00
Peter Veenstra
948d4a65af Updated echo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@934
2003-04-15 17:49:58 +00:00
Sjoerd van der Berg
09a9c3eea9 New Flag handling
Starting programs from shell shouldn't require saving CS:IP


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@926
2003-04-13 20:28:47 +00:00
Peter Veenstra
517cde1b3c cleanup patch from Max Horn
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@899
2003-04-10 10:32:59 +00:00
Peter Veenstra
24e82f2d33 command /c works with batch files as well :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@889
2003-04-08 18:24:38 +00:00
Sjoerd van der Berg
09b7167fcf Removal of intro command from shell
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@844
2003-03-30 20:59:42 +00:00
Peter Veenstra
fd1e05cb25 Documentation update added command intro
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@785
2003-03-23 19:54:00 +00:00