File: INSTALL_FORG.bat

package info (click to toggle)
forg 0.5.1-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 536 kB
  • ctags: 738
  • sloc: python: 5,407; xml: 85; makefile: 64
file content (18 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
rem This is a batch file written to install the FORG on windows systems.
rem But since I haven't used windows or DOS in quite a while, it may be
rem completely broken.  Please let me know if it is.  :)
rem David Allen <mda@idatar.com>
rem
rem Don't try to run this if you're not on a machine that has some
rem form of DOS installed.  :)

rem Create the options directory:
md c:\forg-data
copy default-bookmarks.xml c:\forg-data\bookmarks

rem Install the program in C:\FORG
md c:\FORG
copy *.py c:\FORG