Hi there Im trying to make my source tv recording to a specific directory through a alias. I have succeeded with recording directly from the command itself with:
tv_record /path/to/demo/test.dem It worked, and the demo got recorded to the folder with the name "test.dem". I want to use this as an alias, as my customers shouldn't write all that stuff. I simply want them to write "record <filename>" and make it record it to /path/to/demo/<filename>.dem . I have therefore tried to make an alias which says: alias "record" "tv_record /path/to/demo/" I then tried to do "record test.dem", but it recorded to /path/to/ demo/.dem (without any filename). How can i make the alias include the filename? Best regards Christoffer Pedersen Adm. Direktør ScanServers [email protected] www.scanservers.eu _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

