Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #16  
Old April 16th, 2002, 04:01 PM
dsb dsb is offline
PerlGuy
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jan 2001
Posts: 716 dsb User rank is Sergeant Major (2000 - 5000 Reputation Level)dsb User rank is Sergeant Major (2000 - 5000 Reputation Level)dsb User rank is Sergeant Major (2000 - 5000 Reputation Level)dsb User rank is Sergeant Major (2000 - 5000 Reputation Level)dsb User rank is Sergeant Major (2000 - 5000 Reputation Level)dsb User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 2 Days 16 h 12 m 41 sec
Reputation Power: 41
Send a message via AIM to dsb
ummm...one more thing.

vi!
__________________
- dsb -
Perl Guy

Reply With Quote
  #18  
Old April 17th, 2002, 08:02 AM
deepspring's Avatar
deepspring deepspring is offline
Is a Psycho
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: In your computer
Posts: 231 deepspring User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m
Reputation Power: 13
Send a message via AIM to deepspring Send a message via Yahoo to deepspring
On Linux I prefer VIM or VI... which ever is installed

On Winblow$ I use any of (not in order of preference):
- Notepad
- GVIM
- HomeSite
- Dreamweaver
- DOS Edit
- "C:\>copy con mytest.txt"

All depending on what I am doing or whats installed...
__________________
deepspring

- "Netscape 4 users are like lemmings... You can't help but laugh when one falls off a cliff"

Reply With Quote
  #19  
Old April 17th, 2002, 09:07 AM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,430 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 13
Quote:
Originally posted by deepspring
- "C:\>copy con mytest.txt"

*LOL* the best thing you can do on Windoze. Also try
Code:
C:\>copy con null


Reply With Quote
  #20  
Old April 17th, 2002, 09:20 AM
deepspring's Avatar
deepspring deepspring is offline
Is a Psycho
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: In your computer
Posts: 231 deepspring User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m
Reputation Power: 13
Send a message via AIM to deepspring Send a message via Yahoo to deepspring
hehehe...

I think you mean "C:\>copy con mydat.txt > null" or even nastier "C:\>copy con mydat.txt > prn"...

There is even a more evil thing... Anyone remember EDLIN in DOS 5.0 and below... it was kinda like a perverse version of VI only line based...

Reply With Quote
  #21  
Old April 17th, 2002, 04:49 PM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,430 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 13
Quote:
Originally posted by deepspring
I think you mean "C:\>copy con mydat.txt > null" or even nastier "C:\>copy con mydat.txt > prn"...

I actually meant what I wrote
Quote:
Anyone remember EDLIN in DOS 5.0 and below...

It was still there in 5.0? I thought they threw it out by 4.0 ... too lazy to look it up now
Quote:
it was kinda like a perverse version of VI only line based...

Big difference: with vi it's possible to do stuff. With edlin it may be possible, with a lot of training, to write a short letter, nothing more.

Reply With Quote
  #22  
Old April 18th, 2002, 01:18 AM
deepspring's Avatar
deepspring deepspring is offline
Is a Psycho
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: In your computer
Posts: 231 deepspring User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m
Reputation Power: 13
Send a message via AIM to deepspring Send a message via Yahoo to deepspring
Quote:

I actually meant what I wrote

--snip--

It was still there in 5.0? I thought they threw it out by 4.0 ... too lazy to look it up now


I figured that out after I posted that comment... That second "copy con" command is handy for makin batch files that have a hundred ascii female characters (new page to most printers) on individual lines to annoy the college network admin (the print que goes nutz).

And yes EDLIN was still part of DOS 5.0 (well the copy I have anyways, I still have the 668 page DOS 5.0 manual).

Quote:

Big difference: with vi it's possible to do stuff. With edlin it may be possible, with a lot of training, to write a short letter, nothing more.


I was being sarcastic :

Reply With Quote
  #23  
Old April 18th, 2002, 01:41 PM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,430 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 13
Quote:
Originally posted by deepspring
a hundred ascii female characters (snip) on individual lines to annoy the college network admin

Aha. I've gotta try that at school They've setup a laser printer, but since our teacher is too stupid to use Windoze, I doubt that there will be much securiry against "phun scirptz"
Quote:
And yes EDLIN was still part of DOS 5.0 (well the copy I have anyways, I still have the 668 page DOS 5.0 manual)

You're right, I just forgot it someday. I've bought a 800 pages Highscreen DOS 5.0 manual for 50 ¢ one year ago - it mentions edlin ...

Reply With Quote
  #24  
Old April 18th, 2002, 07:44 PM
deepspring's Avatar
deepspring deepspring is offline
Is a Psycho
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: In your computer
Posts: 231 deepspring User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m
Reputation Power: 13
Send a message via AIM to deepspring Send a message via Yahoo to deepspring
Just watch yourself if you use that prank. The admin may kick your butt for it. If you do, use Winblowz scheduler system, because the server may log who and where the print job come from. Also it may not work on some of the newer, smarter laser printers. I forgot to mention that it creates a paper jam...
Quote:

You're right, I just forgot it someday. I've bought a 800 pages Highscreen DOS 5.0 manual for 50 ¢ one year ago - it mentions edlin ...


50 cents, damn I got it for free with an old Mitac 386SX/33 notebook, I use it mostly as a weight on top the flatbed scanner for scanning bits out of magazines/books now.

Reply With Quote
  #25  
Old April 19th, 2002, 08:11 AM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,430 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 13
Quote:
Originally posted by deepspring
Just watch yourself if you use that prank.

You'd be amazed at how many people don't log off when they've finished whatever they do at computers. I intend to exploit that

By the way, edlin could probably be used as an adequate replacement for Turbo Pascal's IDE

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > Best HTML editor for Linux

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap