Forum Moderators: goodroi
I'm afraid you have confused robots.txt with .htaccess and other methods of access control.
The objects to be disallowed in robots.txt are robot names and resources -- such as pages -- on your site.
User-agent: Scooter
Disallow: /igi-bin/
Disallow: /private/
Jim