Joined
Last Seen
-2 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.69K
1 Posted Topic
@echo off rem ************************** rem * Author: Your Name rem * Created: 03/29/2009 rem * Purpose: Demonstration Script rem ************************ rem Create a text file that lists the operating system of your computer, rem the computer's name and username. echo Operating system: %OS% > report.txt echo Computer name: %COMPUTERNAME% >> …
The End.
anonymoose09