Search found 4 matches

by derPat19
13 Oct 2019, 04:39
Forum: Ask for Help (v1)
Topic: notepad // txt file in same folder
Replies: 4
Views: 756

Re: notepad // txt file in same folder

wow thanks, now only code understand ^ ^
by derPat19
12 Oct 2019, 12:08
Forum: Ask for Help (v1)
Topic: notepad // txt file in same folder
Replies: 4
Views: 756

Re: notepad // txt file in same folder

I just want to create a txt file in the opened Explorer window
by derPat19
12 Oct 2019, 06:16
Forum: Ask for Help (v1)
Topic: notepad // txt file in same folder
Replies: 4
Views: 756

notepad // txt file in same folder

Hi

I have a very simple script:

^t::
InputBox, name, Please select file name
FileAppend,,% name% .txt
Run% name% .txt

I would like to create a txt file in my folder (which I have just opened) ...

but how can I address the current window?

Kind regards
by derPat19
12 Oct 2019, 06:15
Forum: Ich brauche Hilfe
Topic: Befehle nur in bestimmten Programmen bzw. Fenster ausführen
Replies: 33
Views: 12663

Re: Befehle nur in bestimmten Programmen bzw. Fenster ausführen

hallo

ich habe ein ganz einfaches skript:

^t::
InputBox, name,Bitte Dateinamen auswählen
FileAppend,,%name%.txt
Run %name%.txt

ich möchte eine txt datei in meinen ordner (den ich gerade offen habe) erstellen...

aber wie kann ich das aktuelle fenster ansprechen?

mfg

Go to advanced search