jwt27's FDAUTO.BAT


SUBMITTED BY: Guest

DATE: April 24, 2013, 5:52 p.m.

FORMAT: Text only

SIZE: 1.1 kB

HITS: 1170

  1. @ECHO OFF
  2. SET /R C:\DOS\ENV\DEFAULT.VAR
  3. REM -h = Human readable file size
  4. REM -a = Show all files
  5. REM -G = Do not show user group
  6. REM -X = Sort by extension
  7. ALIAS LS=*LS --color=auto -haGX
  8. ALIAS REBOOT=FDAPM WARMBOOT
  9. ALIAS HALT=FDAPM POWEROFF
  10. ALIAS SPINDOWN=FDAPM SPINDOWN
  11. BREAK ON
  12. IF "%CONFIG%"=="9" GOTO NODRIVERS
  13. LH DIRCOLORS -b C:\DOS\ENV\DIRCOLOR.CFG
  14. CALL YMF719
  15. REM FastVid 001
  16. CALL FV 0
  17. REM CuteMouse
  18. REM /P = PS/2 port
  19. REM /3 = Three-button mouse
  20. IF "%CONFIG%"=="1" LH CTMOUSE /P /3
  21. REM Logitech mouse driver
  22. REM PS2 = PS/2 port
  23. REM Sn = Speed n
  24. IF "%CONFIG%"=="2" LH MOUSE PS2 S05
  25. LH FDAPM APMBIOS
  26. REM $P = Current directory in uppercase
  27. REM $g = >
  28. PROMPT $P$g
  29. REM Rate 32 = 30 cps
  30. REM Delay 1 = 1/4 sec
  31. MODE CON: RATE=32 DELAY=1
  32. CLS
  33. :NODRIVERS

comments powered by Disqus