View Full Version : Comando edit di Prompt di dos..
Io lo uso..ma ne faccio un uso ristretto..solo che non ho capito a che serve realmente..
grazie... ;)
ziozetti
16-06-2003, 14:26
4898 messaggi e non sai a cosa serve edit.com? Non hai mai messo le mani su config.sys, autoexec.bat e roba simile??? Non è altro che un editor di testo o meglio il qbasic con l'interfaccia di un editor di testo.
Ah, i bei tempi del DOS!
Originally posted by "ziozetti"
4898 messaggi e non sai a cosa serve edit.com? Non hai mai messo le mani su config.sys, autoexec.bat e roba simile??? Non è altro che un editor di testo o meglio il qbasic con l'interfaccia di un editor di testo.
Ah, i bei tempi del DOS!
si infatti quando lo usavo era proprio per mettere mano soprattutto al confg.sys e ma anche autoexec.bat :cool: ..ma pensavo semplicemente che potesse fare altro..tutto qui! ;)
ziozetti
17-06-2003, 09:00
Alla fine è pur sempre un editor di testo... Puoi leggere, scrivere e stampare i normali .txt (o i vecchi .doc). Penso niente di più.
Originally posted by "ziozetti"
Alla fine è pur sempre un editor di testo... Puoi leggere, scrivere e stampare i normali .txt (o i vecchi .doc). Penso niente di più.
capito..grazie 1000 ;)
AnonimoVeneziano
17-06-2003, 17:32
Per riscoprire le vecchie emozioni del DOS , tipo cercare di caricare + roba possibile in memoria Alta per liberare la Convenzionale , creare memoria Estesa , ottimizzare il sistema con tutti i meccanismi possibili da impostare in Config.sys allora :
www.freedos.org
Ciao
chi di voi ha mai usato il comando "SUBST" ?
Originally posted by "Athlon"
chi di voi ha mai usato il comando "SUBST" ?
fa eseguire un percorso a un'unità spesso virtuale..l'ho studiato (veramente l'ho letto da libro di testo..nel glossario) ma non l'ho mai usato! :p
AnonimoVeneziano
17-06-2003, 23:01
E' anke un comando unix :
melchior@melchior melchior$: man subst
UNIX MANUAL PAGES
subst(n) Tcl Built-In Commands subst(n)
______________________________________________________________________________
NAME
subst - Perform backslash, command, and variable substitutions
SYNOPSIS
subst ?-nobackslashes? ?-nocommands? ?-novariables? string
____________________________________________________________________________________________________________________________________________
DESCRIPTION
This command performs variable substitutions, command substitutions,
and backslash substitutions on its string argument and returns the
fully-substituted result. The substitutions are performed in exactly
the same way as for Tcl commands. As a result, the string argument is
actually substituted twice, once by the Tcl parser in the usual fashion
for Tcl commands, and again by the subst command.
If any of the -nobackslashes, -nocommands, or -novariables are speci-
fied, then the corresponding substitutions are not performed. For
example, if -nocommands is specified, no command substitution is per-
formed: open and close brackets are treated as ordinary characters
with no special interpretation.
Note: when it performs its substitutions, subst does not give any spe-
cial treatment to double quotes or curly braces. For example, the
script
set a 44
subst {xyz {$a}}
returns ``xyz {44}'', not ``xyz {$a}''.
SEE ALSO
eval(n)
KEYWORDS
backslash substitution, command substitution, variable substitution
Tcl 7.4 subst(n)
(END)
Ciao
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.