19. In the "todo" list, have a "User Profile" created as text, each user having *** a separate file to themselves :). *** The password might be in a separate file, which is scrambled by an external *** program. 20. Write a "story" and upload it to many BBS's :)* Smile when you see happy *** downloaders. 21. "Excursion into the mind of a killer".* Write it from the point of view of *** the killer.* Make into a series - Excursion into the mind of a rapist/or other undesirable member of society. 22. Write program that writes batch files on the DOS prompt, then erases them. *** Example:* I want to unARJ a file, copy its contents to another directory,* * *** and then delete the contents from the original directory... *** Normally, I'd have to be there to type this all in... you know... get into *** an editor, create the batch file, get out of the editor, then run it. ******* In this case, I'd do something like this: C:\> QMC *** Quick Multiple Commands version 1.86 *** (c) 1992 Kenneth Udut* PO Box 151 Roselle Park, NJ 07204-0151 *** Enter each DOS command or file name in the order you wish them to execute. ****** +--------------------------------------------------------------------+ ****** | Note: If you are using a batch file in here (pclink.bat, aol.bat), | ****** |****** you MUST type* CALL PCLINK* instead of* PCLINK************** | ****** +--------------------------------------------------------------------+ *** Type /s on a blank line to save or /? for editor help. *** 1) arj e nodediff *** 2) copy nodediff.088 ..\nodelist *** 3) del nodediff.088 *** 4) cd .. *** 5) fdnc *** 6) fd *** 7) /s *** arj e nodediff *** copy nodediff.088 ..\nodelist *** del nodediff.088 *** cd.. *** fdnc *** fd *** Continue with above, (E)dit, (S)ave as .BAT file [Y/n/e/s] ? y *** CREATING* $TMP1.BAT *** EXECUTING $TMP1.BAT ---------- etc.* When Saving, give the option to Save and continue, or Save and abort.